aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout/addresslist_activity.xml
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2014-06-11 21:51:37 +0200
committerBananeweizen <bananeweizen@gmx.de>2014-06-11 21:51:37 +0200
commit5b016321473536e607a7f2b906435ee9c74ff5bb (patch)
tree5b1cd84be1c93cd7c5a0404647a64976b07b0c8c /main/res/layout/addresslist_activity.xml
parent210e8778ce82fb56e0fd683d04f69b6b7ee8a6ef (diff)
downloadcgeo-5b016321473536e607a7f2b906435ee9c74ff5bb.zip
cgeo-5b016321473536e607a7f2b906435ee9c74ff5bb.tar.gz
cgeo-5b016321473536e607a7f2b906435ee9c74ff5bb.tar.bz2
fix #3955: use recommended scrollbar styles
Diffstat (limited to 'main/res/layout/addresslist_activity.xml')
-rw-r--r--main/res/layout/addresslist_activity.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/res/layout/addresslist_activity.xml b/main/res/layout/addresslist_activity.xml
index 6bcbf79..4fbe53c 100644
--- a/main/res/layout/addresslist_activity.xml
+++ b/main/res/layout/addresslist_activity.xml
@@ -12,8 +12,10 @@
android:layout_margin="0dip"
android:background="?background_color"
android:cacheColorHint="?background_color"
+ android:clipToPadding="false"
android:dividerHeight="1dip"
android:padding="0dip"
+ android:scrollbarStyle="outsideOverlay"
tools:listitem="@layout/addresslist_item" />
</LinearLayout> \ No newline at end of file