summaryrefslogtreecommitdiff
path: root/android/sdremote/res/drawable/bg_grid_slide.xml
diff options
context:
space:
mode:
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