aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout/cachedetail_inventory_page.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/cachedetail_inventory_page.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/cachedetail_inventory_page.xml')
-rw-r--r--main/res/layout/cachedetail_inventory_page.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/main/res/layout/cachedetail_inventory_page.xml b/main/res/layout/cachedetail_inventory_page.xml
index 9acbba4..a15cedd 100644
--- a/main/res/layout/cachedetail_inventory_page.xml
+++ b/main/res/layout/cachedetail_inventory_page.xml
@@ -2,6 +2,8 @@
<ListView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
- android:cacheColorHint="?background_color" >
+ android:cacheColorHint="?background_color"
+ android:clipToPadding="false"
+ android:scrollbarStyle="outsideOverlay" >
</ListView> \ No newline at end of file