summaryrefslogtreecommitdiffstats
path: root/GNexusParts/res/drawable
diff options
context:
space:
mode:
authorKalimochoAz <calimochoazucarado@gmail.com>2012-01-27 10:14:51 +0100
committerKalimochoAz <calimochoazucarado@gmail.com>2012-01-27 10:14:51 +0100
commit37cc75ac18ba5e1e7002c84e5ab56077131d4e38 (patch)
tree90b31d7c930820d24721a1563ce9d15433346646 /GNexusParts/res/drawable
parent35485eb234a039b93ffba4e3067be8cf7d425c94 (diff)
downloaddevice_samsung_tuna-37cc75ac18ba5e1e7002c84e5ab56077131d4e38.zip
device_samsung_tuna-37cc75ac18ba5e1e7002c84e5ab56077131d4e38.tar.gz
device_samsung_tuna-37cc75ac18ba5e1e7002c84e5ab56077131d4e38.tar.bz2
Added galaxy nexus specific settings
First addition is gamma color hack Change-Id: I199dc40334b4219bb4d3209360faeef2d66b6da1
Diffstat (limited to 'GNexusParts/res/drawable')
-rw-r--r--GNexusParts/res/drawable/color_tuning_preview.xml9
-rwxr-xr-xGNexusParts/res/drawable/ic_launcher_cmdevicesettings.pngbin0 -> 8207 bytes
2 files changed, 9 insertions, 0 deletions
diff --git a/GNexusParts/res/drawable/color_tuning_preview.xml b/GNexusParts/res/drawable/color_tuning_preview.xml
new file mode 100644
index 0000000..2d83c10
--- /dev/null
+++ b/GNexusParts/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
diff --git a/GNexusParts/res/drawable/ic_launcher_cmdevicesettings.png b/GNexusParts/res/drawable/ic_launcher_cmdevicesettings.png
new file mode 100755
index 0000000..66de9c3
--- /dev/null
+++ b/GNexusParts/res/drawable/ic_launcher_cmdevicesettings.png
Binary files differ