aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJose Luis Marti <joseluis.marti@gmail.com>2024-04-23 22:47:19 +0200
committerJose Luis Marti <joseluis.marti@gmail.com>2024-04-23 22:47:19 +0200
commit50317f6789d041b5b9ae57ca67097e4fca7364f1 (patch)
tree07ad5f5e066c683912a1929cbfde651f489c6f3a /tools
parent7f8591145c25bca49936abd945770d0f02dbd620 (diff)
downloadxbmc-50317f6789d041b5b9ae57ca67097e4fca7364f1.tar.xz
Remove obsolete params layout_centerHorizontal and layout_alignParentTop
Diffstat (limited to 'tools')
-rw-r--r--tools/android/packaging/xbmc/res/layout/activity_splash.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/android/packaging/xbmc/res/layout/activity_splash.xml b/tools/android/packaging/xbmc/res/layout/activity_splash.xml
index 42e2e29333..77ba992089 100644
--- a/tools/android/packaging/xbmc/res/layout/activity_splash.xml
+++ b/tools/android/packaging/xbmc/res/layout/activity_splash.xml
@@ -7,9 +7,7 @@
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" />