diff options
author | Chung-yih Wang <cywang@google.com> | 2011-11-10 14:00:40 +0800 |
---|---|---|
committer | Chung-yih Wang <cywang@google.com> | 2011-11-14 16:05:00 +0800 |
commit | 006baced4746ddaf31fbd170bcb76abc5f1f8325 (patch) | |
tree | 8bc2e96bf777b41079b701f1cf8b806276948fce /res/values | |
parent | 8d51fc281ca4e14c87eac278d153e162c0e1fcf2 (diff) | |
download | LegacyCamera-006baced4746ddaf31fbd170bcb76abc5f1f8325.zip LegacyCamera-006baced4746ddaf31fbd170bcb76abc5f1f8325.tar.gz LegacyCamera-006baced4746ddaf31fbd170bcb76abc5f1f8325.tar.bz2 |
Fix several UI bugs.
bug:5575970
1. The cancel button of the background replacer message should be on the bottom.
2. The location of recording timer was too low in the landscape mode.
3. Fix the animation of the setting popup.
Change-Id: Ia2345e72efc0118cd0172af4bd6243815c602493
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/styles.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml index e60b2a7..204a650 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -151,9 +151,9 @@ <item name="android:layout_width">match_parent</item> <item name="android:layout_height">match_parent</item> <item name="android:layout_marginTop">13dp</item> - <item name="android:layout_marginBottom">13dp</item> + <item name="android:layout_marginBottom">@dimen/indicator_bar_width</item> <item name="android:layout_marginLeft">13dp</item> - <item name="android:layout_marginRight">@dimen/indicator_bar_width</item> + <item name="android:layout_marginRight">13dp</item> </style> <style name="OnViewfinderLabel"> <item name="android:gravity">center</item> |