summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorWei Huang <weih@google.com>2011-11-14 09:15:29 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-11-14 09:15:29 -0800
commitdae264eca3e139d73c1b45c511243ef94fc4d9d5 (patch)
tree5f617083756b53f9b3cdce2c329d12754e5e5c98 /res/layout
parentc2b3d0008432c06ce43a4d93fa1fde1343a6dc65 (diff)
parent006baced4746ddaf31fbd170bcb76abc5f1f8325 (diff)
downloadLegacyCamera-dae264eca3e139d73c1b45c511243ef94fc4d9d5.zip
LegacyCamera-dae264eca3e139d73c1b45c511243ef94fc4d9d5.tar.gz
LegacyCamera-dae264eca3e139d73c1b45c511243ef94fc4d9d5.tar.bz2
Merge "Fix several UI bugs." into ics-mr1
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"