summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorChung-yih Wang <cywang@google.com>2011-09-28 15:51:36 +0800
committerChung-yih Wang <cywang@google.com>2011-09-28 15:51:36 +0800
commit0f9caa3ddbf47b46097fddd6deeab626884bb805 (patch)
treebf3de31442f3d55718bdb0d00bed759333e02104 /res/layout
parent0a9138eb21ca35d19f1c192076f4f77f920a4bf2 (diff)
downloadLegacyCamera-0f9caa3ddbf47b46097fddd6deeab626884bb805.zip
LegacyCamera-0f9caa3ddbf47b46097fddd6deeab626884bb805.tar.gz
LegacyCamera-0f9caa3ddbf47b46097fddd6deeab626884bb805.tar.bz2
Add background of pressed ModePicker.
bug:5353407 onPress state: + The closed mode picker should have an onPress state. Change-Id: I605fbe86406e0c780654bedc496343267cef310d
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/mode_picker.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/mode_picker.xml b/res/layout/mode_picker.xml
index f7a61a0..59edb6f 100644
--- a/res/layout/mode_picker.xml
+++ b/res/layout/mode_picker.xml
@@ -24,7 +24,7 @@
android:layout_alignBottom="@+id/mode_selection"
android:layout_width="match_parent"
android:layout_height="55dp"
- android:background="@drawable/bg_switcher">
+ android:background="@drawable/bg_mode_picker">
<View android:layout_width="match_parent"
android:layout_height="1dp"
android:background="@android:color/white"/>