Improved design.
This commit is contained in:
parent
c0fab85887
commit
1683c692c8
|
|
@ -11,7 +11,7 @@ android {
|
|||
minSdk 24
|
||||
targetSdk 34
|
||||
versionCode 1
|
||||
versionName "1.0.beta"
|
||||
versionName "1.0.25"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,12 +14,13 @@
|
|||
android:src="@drawable/bh_logo"
|
||||
android:layout_margin="10dp"/>
|
||||
|
||||
<ImageView
|
||||
android:layout_width="200dp"
|
||||
android:layout_height="200dp"
|
||||
android:layout_gravity="right"
|
||||
android:layout_marginTop="-125dp"
|
||||
android:src="@drawable/plant_logo" />
|
||||
<com.airbnb.lottie.LottieAnimationView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
app:lottie_autoPlay="true"
|
||||
android:layout_marginTop="-150dp"
|
||||
app:lottie_loop="true"
|
||||
app:lottie_rawRes="@raw/butterfly"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/textContent"
|
||||
|
|
@ -43,9 +44,9 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
app:lottie_autoPlay="true"
|
||||
android:layout_marginTop="-150dp"
|
||||
android:layout_marginTop="-430dp"
|
||||
app:lottie_loop="true"
|
||||
app:lottie_rawRes="@raw/qr_scan_big_2" />
|
||||
app:lottie_rawRes="@raw/qr_scan_big_2"/>
|
||||
|
||||
<Button
|
||||
android:id="@+id/scanBtn"
|
||||
|
|
@ -54,7 +55,7 @@
|
|||
android:layout_gravity="center"
|
||||
android:layout_marginTop="-120dp"
|
||||
android:backgroundTint="#0F9D58"
|
||||
android:text="Scan QR Code" />
|
||||
android:text="Scan QR Code"/>
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
|
|
@ -65,7 +66,7 @@
|
|||
android:textStyle="bold"
|
||||
android:textColor="#F44336"
|
||||
android:text="v1.0.25"
|
||||
android:textSize="12sp"/>
|
||||
android:textSize="10sp"/>
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
|
|
@ -75,6 +76,7 @@
|
|||
android:textAlignment="center"
|
||||
android:textStyle="bold"
|
||||
android:textColor="#F44336"
|
||||
android:textSize="20sp"
|
||||
android:text="Plant Database"/>
|
||||
|
||||
<TextView
|
||||
|
|
@ -89,17 +91,18 @@
|
|||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="10dp"
|
||||
android:layout_height="57dp"
|
||||
android:layout_gravity="center"
|
||||
android:layout_marginTop="10dp"
|
||||
android:text="Developed by:\n Sultan Mustafijul Hoque \nEmail: support@niutech.in"
|
||||
android:textAlignment="center"
|
||||
android:textStyle="italic"
|
||||
android:textColor="#090200"
|
||||
android:text="Developed by:\n Sultan Mustafijul Hoque \nEmail: support@niutech.in"/>
|
||||
|
||||
android:textStyle="italic" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="144dp"
|
||||
android:layout_height="45dp"
|
||||
android:layout_height="28dp"
|
||||
android:layout_gravity="center"
|
||||
android:layout_marginTop="10dp"
|
||||
android:text="© All Rights Reserved!"
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue