aboutsummaryrefslogtreecommitdiff
path: root/tools/android/packaging
diff options
context:
space:
mode:
authorBrandon McAnsh <brandonm@matricom.net>2014-09-04 16:54:04 -0400
committerBrandon McAnsh <brandonm@matricom.net>2014-09-04 16:57:10 -0400
commit897cad15205182000505e6b791808ec6c629d4ab (patch)
tree33416ccc8bf9e66ee7d3de2618068d1069212d47 /tools/android/packaging
parenta44dda11c2a33d97ccb2f969ecf6baff0fea14dd (diff)
Android: Splash: Fix progressbar/text overlap
Signed-off-by: Brandon McAnsh <brandonm@matricom.net>
Diffstat (limited to 'tools/android/packaging')
-rw-r--r--tools/android/packaging/xbmc/res/layout/activity_splash.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/android/packaging/xbmc/res/layout/activity_splash.xml b/tools/android/packaging/xbmc/res/layout/activity_splash.xml
index 690bef988d..f5d3a7a5ab 100644
--- a/tools/android/packaging/xbmc/res/layout/activity_splash.xml
+++ b/tools/android/packaging/xbmc/res/layout/activity_splash.xml
@@ -29,7 +29,7 @@
android:layout_centerHorizontal="true"
android:layout_marginLeft="10dp"
android:layout_marginRight="10dp"
- android:layout_marginTop="-35dp"
+ android:layout_marginTop="20dp"
android:progress="50"
android:progressDrawable="@drawable/progresscolor" />
@@ -39,10 +39,9 @@
android:layout_height="wrap_content"
android:layout_below="@+id/imageView1"
android:layout_centerHorizontal="true"
- android:layout_marginTop="-60dp"
android:text=""
android:textColor="@android:color/white"
android:textSize="16dp" />
</RelativeLayout>
-</RelativeLayout> \ No newline at end of file
+</RelativeLayout>