diff options
author | Chih-Chung Chang <chihchung@google.com> | 2011-10-27 12:50:19 +0800 |
---|---|---|
committer | Chih-Chung Chang <chihchung@google.com> | 2011-10-28 10:23:44 +0800 |
commit | e19bfcf0b8518d599c2224b03ce39053ad70010c (patch) | |
tree | 6fdab82c7320a19bad17d0f6d7b01b4aec8f2a68 /res/layout | |
parent | 8c25a831463f63a12ca847b4b05e1983ef6a705a (diff) | |
download | LegacyCamera-e19bfcf0b8518d599c2224b03ce39053ad70010c.zip LegacyCamera-e19bfcf0b8518d599c2224b03ce39053ad70010c.tar.gz LegacyCamera-e19bfcf0b8518d599c2224b03ce39053ad70010c.tar.bz2 |
Fix 5519885: correct background replacement messages.
Change-Id: I5b587cd551c4b9a184fd00739519651ef7f5e92a
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/bg_replacement_training_message.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/bg_replacement_training_message.xml b/res/layout/bg_replacement_training_message.xml index ee0464e..382c7c4 100644 --- a/res/layout/bg_replacement_training_message.xml +++ b/res/layout/bg_replacement_training_message.xml @@ -32,7 +32,7 @@ android:orientation="vertical" android:background="@drawable/dialog_full_holo_dark"> <TextView - android:layout_width="300dp" + android:layout_width="wrap_content" android:layout_height="wrap_content" android:textAppearance="?android:attr/textAppearanceMedium" android:text="@string/bg_replacement_message" |