summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorCheng-Ru Lin <owenlin@google.com>2009-09-30 15:35:43 +0800
committerCheng-Ru Lin <owenlin@google.com>2009-10-01 05:33:30 +0800
commitabdd8a1c1f4bd5f471b62f2927399dc23a9bd33c (patch)
tree531a446217fd14a72768e7e65206637ca39a4253 /res/layout
parentc90610f56293c93f4a7c7a67d8bbf0edb96bc57d (diff)
downloadLegacyCamera-abdd8a1c1f4bd5f471b62f2927399dc23a9bd33c.zip
LegacyCamera-abdd8a1c1f4bd5f471b62f2927399dc23a9bd33c.tar.gz
LegacyCamera-abdd8a1c1f4bd5f471b62f2927399dc23a9bd33c.tar.bz2
Another candidate for on screen settings UI (opaque).
Make the background opaque and use slide from the whole screen (not just inside the view finder). Change-Id: I12b8485399553e2622c9917833dc9aca9d8ee59c
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/on_screen_menu.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/on_screen_menu.xml b/res/layout/on_screen_menu.xml
index 496dfb8..0aa4d48 100644
--- a/res/layout/on_screen_menu.xml
+++ b/res/layout/on_screen_menu.xml
@@ -16,7 +16,7 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/main_panel"
- android:background="#88333333"
+ android:background="@drawable/camera_background"
android:layout_width="fill_parent"
android:layout_height="wrap_content">
<FrameLayout android:layout_width="fill_parent"