summaryrefslogtreecommitdiff
path: root/Source/Android
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2013-08-14 20:43:29 -0400
committerLioncash <mathew1800@gmail.com>2013-08-14 20:43:29 -0400
commit3e6f9d22db84fdaf904f72509596cac55d243c1e (patch)
treebda5d9b588555ef76c28168c5db61977d9500b4d /Source/Android
parent3380e47ca7e267c89a8e76ca273539c2c159985b (diff)
[Android] Add a faint divider line between each folder browser item.
See here for how it looks: http://i.imgur.com/CGX9NTt.png
Diffstat (limited to 'Source/Android')
-rw-r--r--Source/Android/res/layout/folderbrowser.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/Source/Android/res/layout/folderbrowser.xml b/Source/Android/res/layout/folderbrowser.xml
index 3f7be27552..d3ee4538fa 100644
--- a/Source/Android/res/layout/folderbrowser.xml
+++ b/Source/Android/res/layout/folderbrowser.xml
@@ -40,4 +40,14 @@
android:gravity="center_vertical"
android:text="Title"
android:textStyle="bold" />
+
+ <ImageView
+ android:src="@android:drawable/divider_horizontal_dark"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:scaleType="fitXY"
+ android:paddingLeft="5dp"
+ android:paddingRight="5dp"
+ android:paddingBottom="2dp"
+ android:paddingTop="2dp" />
</RelativeLayout>