summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorTony Mantler <nicoya@google.com>2014-03-31 15:55:38 -0700
committerTony Mantler <nicoya@google.com>2014-03-31 15:58:25 -0700
commit3b6b9172e4a85103327cbafd70dc8a21aa03fc27 (patch)
treecf82e5c1ccd54cd102ca7c1dacfcfded40690f22 /res/layout
parent243d5fb8ab2eabdaf37cda8b03e822bba4e218c1 (diff)
downloadandroid_packages_apps_Email-3b6b9172e4a85103327cbafd70dc8a21aa03fc27.tar.gz
android_packages_apps_Email-3b6b9172e4a85103327cbafd70dc8a21aa03fc27.tar.bz2
android_packages_apps_Email-3b6b9172e4a85103327cbafd70dc8a21aa03fc27.zip
More setup layout tweaks
b/13675117 b/13677552 Change-Id: I8a89d634f0c1d6e0766b6ecf0a839abc03864af6
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/account_setup_basics_fragment.xml2
-rw-r--r--res/layout/quick_response_item.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/account_setup_basics_fragment.xml b/res/layout/account_setup_basics_fragment.xml
index 2ad5f2985..f27db09eb 100644
--- a/res/layout/account_setup_basics_fragment.xml
+++ b/res/layout/account_setup_basics_fragment.xml
@@ -35,7 +35,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/accounts_welcome"
- android:textAppearance="@style/account_setup_info_text" />
+ style="@style/account_setup_info_text" />
<EditText
android:id="@+id/account_email"
android:hint="@string/account_setup_basics_email_label"
diff --git a/res/layout/quick_response_item.xml b/res/layout/quick_response_item.xml
index bc2919368..79bbde17a 100644
--- a/res/layout/quick_response_item.xml
+++ b/res/layout/quick_response_item.xml
@@ -28,7 +28,7 @@
android:id="@+id/quick_response_text"
android:layout_width="wrap_content"
android:layout_height="match_parent"
- style="@style/account_setup_info_text"
+ style="@style/quick_response_text"
android:ellipsize="end"
android:focusable="false"
android:maxLines="2"