summaryrefslogtreecommitdiffstats
path: root/AriesParts/res/drawable
diff options
context:
space:
mode:
authorPawit Pornkitprasan <p.pawit@gmail.com>2011-10-29 20:16:27 +0700
committerPawit Pornkitprasan <p.pawit@gmail.com>2011-10-31 12:50:55 +0700
commita80465577d6c6b32946a47a008a2b2640f26391b (patch)
tree4349885483e55c06a76115c87d0a515020898350 /AriesParts/res/drawable
parent6e885a485a8faf158fcc1f1c8f9f6fb8ea9eda12 (diff)
downloaddevice_samsung_aries-common-a80465577d6c6b32946a47a008a2b2640f26391b.zip
device_samsung_aries-common-a80465577d6c6b32946a47a008a2b2640f26391b.tar.gz
device_samsung_aries-common-a80465577d6c6b32946a47a008a2b2640f26391b.tar.bz2
Device-specific settings for aries devices (1/7)
Requires I641cba7cc7b634130ec55aec1dd6ca36659ed3c9 and updated kernels Patch set 2: Fix wrong translatable="false" Patch set 3: Change app_name and add value display to color calibration Patch set 4: Adjust backlight timeout description and moved "Never" to the end of the list Change-Id: Ie259e6da5a9dee2534790ca23a3b49f78b5ff2ce
Diffstat (limited to 'AriesParts/res/drawable')
-rw-r--r--AriesParts/res/drawable/color_tuning_preview.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/AriesParts/res/drawable/color_tuning_preview.xml b/AriesParts/res/drawable/color_tuning_preview.xml
new file mode 100644
index 0000000..2d83c10
--- /dev/null
+++ b/AriesParts/res/drawable/color_tuning_preview.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<shape
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:shape="rectangle">
+ <gradient
+ android:angle="0"
+ android:startColor="#000000"
+ android:endColor="#FFFFFF" />
+</shape> \ No newline at end of file