summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorCheng-Ru Lin <owenlin@google.com>2009-10-01 14:02:04 +0800
committerCheng-Ru Lin <owenlin@google.com>2009-10-01 15:56:59 +0800
commitb014f7c2b8bda2ce9f673d0f3026063ad1ec725d (patch)
tree2e2b729d2c42222731c7c8cfa8e1c287db1932e3 /res/layout
parent1a7d45ef86666bda67a4be6e49d56bbf102eba78 (diff)
downloadLegacyCamera-b014f7c2b8bda2ce9f673d0f3026063ad1ec725d.zip
LegacyCamera-b014f7c2b8bda2ce9f673d0f3026063ad1ec725d.tar.gz
LegacyCamera-b014f7c2b8bda2ce9f673d0f3026063ad1ec725d.tar.bz2
Make new color for on screen settings.
And also solve the divider disapear problem. Change-Id: I2f61ee39eb3e179f7a227e56a5dd677e6f415a2d
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"