diff options
author | Chih-yu Huang <akahuang@google.com> | 2011-08-22 18:12:07 +0800 |
---|---|---|
committer | Chih-yu Huang <akahuang@google.com> | 2011-08-23 10:45:54 +0800 |
commit | 3ea573b7823efd6b8a19f4d6535ae61af0ae0b3c (patch) | |
tree | 6628f7ae644861fa203d5b40bbcc36e220388419 /res/layout | |
parent | 43b0b2ccd5949ee8fc377c37e7e2b82a26c88ca8 (diff) | |
download | LegacyCamera-3ea573b7823efd6b8a19f4d6535ae61af0ae0b3c.zip LegacyCamera-3ea573b7823efd6b8a19f4d6535ae61af0ae0b3c.tar.gz LegacyCamera-3ea573b7823efd6b8a19f4d6535ae61af0ae0b3c.tar.bz2 |
Disable mode picker during video recording
bug:5152987
Change-Id: Icfa472494dad0c475fff5b71fe19f06e472873ff
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/mode_picker.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/res/layout/mode_picker.xml b/res/layout/mode_picker.xml index 2fa2c3d..9909307 100644 --- a/res/layout/mode_picker.xml +++ b/res/layout/mode_picker.xml @@ -25,7 +25,6 @@ android:layout_height="62dp" android:layout_width="62dp" android:scaleType="center" - android:background="@drawable/btn_mode_background" android:src="@drawable/btn_ic_camera" /> <LinearLayout android:id="@+id/mode_selection" android:orientation="vertical" |