update android bg, min spec

This commit is contained in:
Anthony Calosa
2024-10-31 20:45:20 +08:00
parent 52d77c6862
commit c55c07b8dd
4 changed files with 116 additions and 104 deletions

View File

@@ -3,14 +3,13 @@
android:id="@+id/mainview"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:background="@color/splashBackground">
android:gravity="center">
<ImageView
android:id="@+id/logo_id"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:maxHeight="400dp"
android:maxHeight="250dp"
android:adjustViewBounds="true"
android:layout_gravity="center_horizontal"
android:src="@drawable/logo"/>