summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/on_screen_menu.xml3
-rw-r--r--res/layout/on_screen_menu_header.xml2
2 files changed, 2 insertions, 3 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>
diff --git a/res/layout/on_screen_menu_header.xml b/res/layout/on_screen_menu_header.xml
index d960419..f16f30e 100644
--- a/res/layout/on_screen_menu_header.xml
+++ b/res/layout/on_screen_menu_header.xml
@@ -15,7 +15,7 @@
-->
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/title"
- android:background="#88111111"
+ android:background="#222"
android:paddingLeft="5dp"
android:paddingRight="5dp"
android:layout_width="fill_parent"