aboutsummaryrefslogtreecommitdiff
path: root/dists/android/res/drawable
diff options
context:
space:
mode:
authorJoel Teichroeb2015-01-05 20:14:17 -0800
committerJoel Teichroeb2015-01-05 20:18:31 -0800
commit59934881a1dc27e0c6030d2133ec3f9aae583df7 (patch)
treefa987d7bf7080f9b2d1013b9bdc5cb3d0f63c0e2 /dists/android/res/drawable
parent02e3e82e8210abe9f496f978917c9b134b5e0ad9 (diff)
downloadscummvm-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/drawable')
-rw-r--r--dists/android/res/drawable/gradient.xml7
1 files changed, 0 insertions, 7 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>