diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2014-06-11 21:51:37 +0200 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2014-06-11 21:51:37 +0200 |
| commit | 5b016321473536e607a7f2b906435ee9c74ff5bb (patch) | |
| tree | 5b1cd84be1c93cd7c5a0404647a64976b07b0c8c /main/res/layout/cachedetail_inventory_page.xml | |
| parent | 210e8778ce82fb56e0fd683d04f69b6b7ee8a6ef (diff) | |
| download | cgeo-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.xml | 4 |
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 |
