summaryrefslogtreecommitdiffstats
path: root/res/layout/on_screen_menu.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/on_screen_menu.xml')
-rw-r--r--res/layout/on_screen_menu.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/res/layout/on_screen_menu.xml b/res/layout/on_screen_menu.xml
index 0aa4d48..3ae6b7a 100644
--- a/res/layout/on_screen_menu.xml
+++ b/res/layout/on_screen_menu.xml
@@ -20,15 +20,14 @@
android:layout_width="fill_parent"
android:layout_height="wrap_content">
<FrameLayout android:layout_width="fill_parent"
+ android:background="@android:color/black"
android:layout_height="fill_parent"
android:layout_toLeftOf="@+id/btn_gripper">
<ListView android:id="@+id/menu_view"
- android:cacheColorHint="#00000000"
android:layout_width="fill_parent"
android:layout_height="fill_parent" />
<ListView android:id="@+id/sub_menu"
android:visibility="invisible"
- android:cacheColorHint="#00000000"
android:layout_width="fill_parent"
android:layout_height="fill_parent" />
</FrameLayout>