summaryrefslogtreecommitdiff
path: root/android/sdremote/res/drawable/bg_grid_slide.xml
diff options
context:
space:
mode:
authorArtur Dryomov <artur.dryomov@gmail.com>2013-09-27 01:52:21 +0300
committerArtur Dryomov <artur.dryomov@gmail.com>2013-09-30 00:39:24 +0300
commit3b631e4142090fa90631d68b1c388b1fd94ab10c (patch)
tree71fb376451e32d3ff8dee1b33ccad741511977c1 /android/sdremote/res/drawable/bg_grid_slide.xml
parent041452c69f7764e3075084cf74dac06f748a04e8 (diff)
Rename some resources, fix action bar tab selectors as well.
Change-Id: I48b4f69bd85b9aa0b034f6a7210311598662c163
Diffstat (limited to 'android/sdremote/res/drawable/bg_grid_slide.xml')
-rw-r--r--android/sdremote/res/drawable/bg_grid_slide.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/android/sdremote/res/drawable/bg_grid_slide.xml b/android/sdremote/res/drawable/bg_grid_slide.xml
new file mode 100644
index 000000000000..e7fca36b68b6
--- /dev/null
+++ b/android/sdremote/res/drawable/bg_grid_slide.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<shape xmlns:android="http://schemas.android.com/apk/res/android">
+
+ <solid
+ android:color="@android:color/transparent" />
+
+ <stroke
+ android:width="1dp"
+ android:color="@color/stroke_grid_slide"/>
+
+ <padding
+ android:left="1dp"
+ android:top="1dp"
+ android:right="1dp"
+ android:bottom="1dp"/>
+
+</shape> \ No newline at end of file