Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Android] Add a faint divider line between each folder browser item.
See here for how it looks: http://i.imgur.com/CGX9NTt.png
  • Loading branch information
lioncash committed Aug 15, 2013
1 parent 3380e47 commit 3e6f9d2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Source/Android/res/layout/folderbrowser.xml
Expand Up @@ -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>

0 comments on commit 3e6f9d2

Please sign in to comment.