Improved design compatibility across screen sizes.
This commit is contained in:
parent
632e510412
commit
683fbc0e19
Binary file not shown.
|
|
@ -7,9 +7,13 @@
|
||||||
android:background="@drawable/app_background_14"
|
android:background="@drawable/app_background_14"
|
||||||
tools:context=".MainActivity">
|
tools:context=".MainActivity">
|
||||||
|
|
||||||
<ScrollView
|
<!-- <ScrollView
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content">
|
android:layout_height="match_parent"
|
||||||
|
android:scrollbars="none"
|
||||||
|
android:keepScreenOn="true"
|
||||||
|
android:overScrollMode="never"
|
||||||
|
android:fillViewport="true">-->
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
|
@ -26,7 +30,7 @@
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
app:lottie_autoPlay="true"
|
app:lottie_autoPlay="true"
|
||||||
android:layout_marginTop="@dimen/mdim_150"
|
android:layout_marginTop="@dimen/mdim_118"
|
||||||
app:lottie_loop="true"
|
app:lottie_loop="true"
|
||||||
app:lottie_rawRes="@raw/butterfly"/>
|
app:lottie_rawRes="@raw/butterfly"/>
|
||||||
|
|
||||||
|
|
@ -74,7 +78,7 @@
|
||||||
android:textAlignment="center"
|
android:textAlignment="center"
|
||||||
android:textStyle="bold"
|
android:textStyle="bold"
|
||||||
android:textColor="#F44336"
|
android:textColor="#F44336"
|
||||||
android:text="v1.0.25"
|
android:text="v1.0.27"
|
||||||
android:textSize="@dimen/fs_10"/>
|
android:textSize="@dimen/fs_10"/>
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
|
|
@ -91,7 +95,8 @@
|
||||||
<TextView
|
<TextView
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="@dimen/dim_10"
|
android:layout_marginTop="@dimen/dim_1"
|
||||||
|
android:layout_marginBottom="@dimen/mdim_5"
|
||||||
android:layout_gravity="center"
|
android:layout_gravity="center"
|
||||||
android:textAlignment="center"
|
android:textAlignment="center"
|
||||||
android:textStyle="normal"
|
android:textStyle="normal"
|
||||||
|
|
@ -102,7 +107,7 @@
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="@dimen/dim_57"
|
android:layout_height="@dimen/dim_57"
|
||||||
android:layout_gravity="center"
|
android:layout_gravity="center"
|
||||||
android:layout_marginTop="@dimen/dim_10"
|
android:layout_marginTop="@dimen/dim_8"
|
||||||
android:text="Developed by:\n Sultan Mustafijul Hoque \nEmail: support@niutech.in"
|
android:text="Developed by:\n Sultan Mustafijul Hoque \nEmail: support@niutech.in"
|
||||||
android:textAlignment="center"
|
android:textAlignment="center"
|
||||||
android:textColor="#090200"
|
android:textColor="#090200"
|
||||||
|
|
@ -110,10 +115,10 @@
|
||||||
android:textStyle="italic" />
|
android:textStyle="italic" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:layout_width="@dimen/dim_144"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="@dimen/dim_28"
|
android:layout_height="wrap_content"
|
||||||
android:layout_gravity="center"
|
android:layout_gravity="center"
|
||||||
android:layout_marginTop="@dimen/dim_10"
|
android:layout_marginTop="@dimen/mdim_4"
|
||||||
android:text="© All Rights Reserved!"
|
android:text="© All Rights Reserved!"
|
||||||
android:textAlignment="center"
|
android:textAlignment="center"
|
||||||
android:textColor="#E91E63"
|
android:textColor="#E91E63"
|
||||||
|
|
@ -121,6 +126,6 @@
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
</ScrollView>
|
<!--</ScrollView>-->
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
Loading…
Reference in New Issue