summaryrefslogtreecommitdiffstats
path: root/GNexusParts/res/drawable/blue_tuning_preview.xml
diff options
context:
space:
mode:
authorKalimochoAz <calimochoazucarado@gmail.com>2012-04-24 23:08:41 +0200
committerKalimochoAz <calimochoazucarado@gmail.com>2012-04-24 23:10:35 +0200
commita9851ff357cbf24dc3dea6fad0e2bddf77d99548 (patch)
tree1e81355c87d91c08e33b2ac7219dcaf1d3b23ed8 /GNexusParts/res/drawable/blue_tuning_preview.xml
parent15ac946d489886c9a1451f7ccedc67e144c500e2 (diff)
downloaddevice_samsung_tuna-a9851ff357cbf24dc3dea6fad0e2bddf77d99548.zip
device_samsung_tuna-a9851ff357cbf24dc3dea6fad0e2bddf77d99548.tar.gz
device_samsung_tuna-a9851ff357cbf24dc3dea6fad0e2bddf77d99548.tar.bz2
Add presets to gamma and color hack
Ad a screen for those settings Change-Id: Ifb6b4258ab3fa4c64f892cbfb7cf6a7d4bcdb9cf
Diffstat (limited to 'GNexusParts/res/drawable/blue_tuning_preview.xml')
-rwxr-xr-xGNexusParts/res/drawable/blue_tuning_preview.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/GNexusParts/res/drawable/blue_tuning_preview.xml b/GNexusParts/res/drawable/blue_tuning_preview.xml
new file mode 100755
index 0000000..98ea313
--- /dev/null
+++ b/GNexusParts/res/drawable/blue_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="#0000FF" />
+</shape> \ No newline at end of file