diff options
author | Chih-Chung Chang <chihchung@google.com> | 2011-10-18 16:54:32 +0800 |
---|---|---|
committer | Chih-Chung Chang <chihchung@google.com> | 2011-10-18 17:41:36 +0800 |
commit | 9cae606ce029cdcdc7534c164582c065e4241bb9 (patch) | |
tree | d6c5b567bf9ca59f5a3f1d39f2e52b230dceb1d6 /res/layout | |
parent | 52c5c76bddbf3994867a00d0e266b390592486aa (diff) | |
download | LegacyCamera-9cae606ce029cdcdc7534c164582c065e4241bb9.zip LegacyCamera-9cae606ce029cdcdc7534c164582c065e4241bb9.tar.gz LegacyCamera-9cae606ce029cdcdc7534c164582c065e4241bb9.tar.bz2 |
Fix 5454202: make the UI work even if there is no goofy face effect.
Change-Id: I6e498dac31538a1af57e2c79d5df3519f2ab57da
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/effect_setting_popup.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/effect_setting_popup.xml b/res/layout/effect_setting_popup.xml index 5fa4ad2..3ef7baf 100644 --- a/res/layout/effect_setting_popup.xml +++ b/res/layout/effect_setting_popup.xml @@ -44,8 +44,9 @@ android:minHeight="@dimen/effect_setting_clear_text_min_height" android:background="@drawable/bg_pressed"/> <View style="@style/EffectTitleSeparator"/> - <TextView + <TextView android:id="@+id/effect_silly_faces_title" android:text="@string/effect_silly_faces" + android:visibility="gone" style="@style/EffectSettingTypeTitle"/> <com.android.camera.ui.ExpandedGridView android:id="@+id/effect_silly_faces" style="@style/EffectSettingGrid"/> |