Skip to content

Commit

Permalink
Merge pull request xbmc#25057 from joseluismarti/splash-layout
Browse files Browse the repository at this point in the history
[Android] Update Splash screen layout definition
  • Loading branch information
fuzzard committed Apr 27, 2024
2 parents 0e08ee8 + 8d8f636 commit ca7bc81
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions tools/android/packaging/xbmc/res/layout/activity_splash.xml
Expand Up @@ -7,11 +7,10 @@
android:id="@+id/imageView1"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_centerHorizontal="true"
android:adjustViewBounds="true"
android:layout_alignParentTop="true"
android:scaleType="centerCrop"
android:src="@drawable/applaunch_screen" />
android:src="@drawable/applaunch_screen"
android:contentDescription="@string/app_name" />

<RelativeLayout
android:layout_width="wrap_content"
Expand All @@ -23,8 +22,8 @@
style="?android:attr/progressBarStyleHorizontal"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_alignParentRight="true"
android:layout_alignParentStart="true"
android:layout_alignParentEnd="true"
android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true"
android:layout_marginLeft="20dp"
Expand All @@ -41,7 +40,7 @@
android:layout_centerHorizontal="true"
android:text=""
android:textColor="@android:color/white"
android:textSize="16dp" />
android:textSize="16sp" />
</RelativeLayout>

</FrameLayout>

0 comments on commit ca7bc81

Please sign in to comment.