diff options
Diffstat (limited to 'dists/android/res')
-rw-r--r-- | dists/android/res/drawable/gradient.xml | 7 | ||||
-rw-r--r-- | dists/android/res/layout/main.xml | 4 | ||||
-rw-r--r-- | dists/android/res/layout/splash.xml | 19 |
3 files changed, 0 insertions, 30 deletions
diff --git a/dists/android/res/drawable/gradient.xml b/dists/android/res/drawable/gradient.xml deleted file mode 100644 index dbfd9b5b34..0000000000 --- a/dists/android/res/drawable/gradient.xml +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<shape xmlns:android="http://schemas.android.com/apk/res/android"> - <gradient - android:startColor="#e9bb8b" - android:endColor="#d16e09" - android:angle="315" /> -</shape> diff --git a/dists/android/res/layout/main.xml b/dists/android/res/layout/main.xml index 31aa345cc7..8b0d515d62 100644 --- a/dists/android/res/layout/main.xml +++ b/dists/android/res/layout/main.xml @@ -9,8 +9,4 @@ android:keepScreenOn="true" android:focusable="true" android:focusableInTouchMode="true" - android:layout_marginTop="@dimen/verticalMargin" - android:layout_marginLeft="@dimen/horizontalMargin" - android:layout_marginBottom="@dimen/verticalMargin" - android:layout_marginRight="@dimen/horizontalMargin" /> diff --git a/dists/android/res/layout/splash.xml b/dists/android/res/layout/splash.xml deleted file mode 100644 index e9fd5f70e7..0000000000 --- a/dists/android/res/layout/splash.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" - android:orientation="vertical" - android:gravity="center" - android:background="@drawable/gradient" - android:layout_width="fill_parent" - android:layout_height="fill_parent"> - <ImageView - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:adjustViewBounds="true" - android:scaleType="fitCenter" - android:src="@drawable/scummvm_big" /> - <ProgressBar android:id="@+id/progress" - style="?android:attr/progressBarStyleHorizontal" - android:layout_width="300dip" - android:layout_height="wrap_content" - android:padding="20dip"/> -</LinearLayout> |