summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/drawable
diff options
context:
space:
mode:
authorTobrun <tobrun@mapbox.com>2016-03-22 19:35:46 +0100
committerTobrun <tobrun@mapbox.com>2016-03-23 10:26:38 +0100
commitb8aeb1a9f8a576de69956847fc265ea2668f62dc (patch)
treecdb1f10f5732b36df295ae2440fde14ef4496ce7 /platform/android/MapboxGLAndroidSDKTestApp/src/main/res/drawable
parent77b5d77f66c7052a90ee088a503f45be22033464 (diff)
downloadqtlocation-mapboxgl-b8aeb1a9f8a576de69956847fc265ea2668f62dc.tar.gz
[android] #4365 - TestApp refactor with RecyclerView selection.
Diffstat (limited to 'platform/android/MapboxGLAndroidSDKTestApp/src/main/res/drawable')
-rw-r--r--platform/android/MapboxGLAndroidSDKTestApp/src/main/res/drawable/line_divider.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/drawable/line_divider.xml b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/drawable/line_divider.xml
new file mode 100644
index 0000000000..2dc6b4a008
--- /dev/null
+++ b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/drawable/line_divider.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
+ android:shape="rectangle">
+
+ <size
+ android:width="1dp"
+ android:height="1dp" />
+
+ <solid android:color="@android:color/darker_gray" />
+
+</shape> \ No newline at end of file