diff options
Diffstat (limited to 'main/res/layout/cachedetail_inventory_page.xml')
| -rw-r--r-- | main/res/layout/cachedetail_inventory_page.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/main/res/layout/cachedetail_inventory_page.xml b/main/res/layout/cachedetail_inventory_page.xml new file mode 100644 index 0000000..9acbba4 --- /dev/null +++ b/main/res/layout/cachedetail_inventory_page.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="utf-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" >
+
+</ListView>
\ No newline at end of file |
