diff options
author | Joel Teichroeb | 2015-01-05 20:14:17 -0800 |
---|---|---|
committer | Joel Teichroeb | 2015-01-05 20:18:31 -0800 |
commit | 59934881a1dc27e0c6030d2133ec3f9aae583df7 (patch) | |
tree | fa987d7bf7080f9b2d1013b9bdc5cb3d0f63c0e2 /dists/android/res/layout | |
parent | 02e3e82e8210abe9f496f978917c9b134b5e0ad9 (diff) | |
download | scummvm-rg350-59934881a1dc27e0c6030d2133ec3f9aae583df7.tar.gz scummvm-rg350-59934881a1dc27e0c6030d2133ec3f9aae583df7.tar.bz2 scummvm-rg350-59934881a1dc27e0c6030d2133ec3f9aae583df7.zip |
ANDROID: Remove unpacker and fix support for non arm
Diffstat (limited to 'dists/android/res/layout')
-rw-r--r-- | dists/android/res/layout/splash.xml | 19 |
1 files changed, 0 insertions, 19 deletions
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> |