summaryrefslogtreecommitdiffstats
path: root/GNexusParts/res/drawable/green_tuning_preview.xml
diff options
context:
space:
mode:
Diffstat (limited to 'GNexusParts/res/drawable/green_tuning_preview.xml')
-rwxr-xr-xGNexusParts/res/drawable/green_tuning_preview.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/GNexusParts/res/drawable/green_tuning_preview.xml b/GNexusParts/res/drawable/green_tuning_preview.xml
new file mode 100755
index 0000000..4f09471
--- /dev/null
+++ b/GNexusParts/res/drawable/green_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="#00FF00" />
+</shape> \ No newline at end of file