summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorChung-yih Wang <cywang@google.com>2011-11-10 14:00:40 +0800
committerChung-yih Wang <cywang@google.com>2011-11-14 16:05:00 +0800
commit006baced4746ddaf31fbd170bcb76abc5f1f8325 (patch)
tree8bc2e96bf777b41079b701f1cf8b806276948fce /res/layout
parent8d51fc281ca4e14c87eac278d153e162c0e1fcf2 (diff)
downloadLegacyCamera-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/layout')
-rw-r--r--res/layout/bg_replacement_training_message.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/res/layout/bg_replacement_training_message.xml b/res/layout/bg_replacement_training_message.xml
index 449e8df..3bef83e 100644
--- a/res/layout/bg_replacement_training_message.xml
+++ b/res/layout/bg_replacement_training_message.xml
@@ -29,7 +29,7 @@
<LinearLayout
android:layout_height="wrap_content"
android:layout_width="wrap_content"
- android:orientation="horizontal"
+ android:orientation="vertical"
android:background="@drawable/dialog_full_holo_dark">
<TextView
android:layout_width="wrap_content"
@@ -39,13 +39,13 @@
android:padding="32dp" />
<View
- android:layout_height="match_parent"
- android:layout_width="1px"
+ android:layout_width="match_parent"
+ android:layout_height="1px"
android:background="#aaaaaa" />
<Button android:id="@+id/bg_replace_cancel_button"
- android:layout_height="match_parent"
- android:layout_width="48dip"
+ android:layout_width="match_parent"
+ android:layout_height="48dip"
android:layout_gravity="center"
android:textAppearance="?android:attr/textAppearanceMedium"
style="?android:attr/borderlessButtonStyle"