Update support email/chat display string.

Bug: 28141203

Also removed unnecessary padding restriction in layout so button width
can grow.

Change-Id: I2805cf161407b16544bd2dcb89d56ba8f11669b9
This commit is contained in:
Fan Zhang
2016-05-05 13:45:51 -07:00
parent be61a14fcd
commit a6bd54591a
2 changed files with 2 additions and 4 deletions

View File

@@ -21,8 +21,6 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:background="@color/support_escalation_background" android:background="@color/support_escalation_background"
android:gravity="center_horizontal" android:gravity="center_horizontal"
android:paddingStart="56dp"
android:paddingEnd="56dp"
android:paddingBottom="8dp"> android:paddingBottom="8dp">
<LinearLayout <LinearLayout
android:layout_width="wrap_content" android:layout_width="wrap_content"

View File

@@ -7504,10 +7504,10 @@
<string name="support_escalation_by_phone">Support call</string> <string name="support_escalation_by_phone">Support call</string>
<!-- Button label for contacting customer support by email [CHAR LIMIT=20]--> <!-- Button label for contacting customer support by email [CHAR LIMIT=20]-->
<string name="support_escalation_by_email">Support chat</string> <string name="support_escalation_by_email">Support email</string>
<!-- Button label for contacting customer support by chat [CHAR LIMIT=20]--> <!-- Button label for contacting customer support by chat [CHAR LIMIT=20]-->
<string name="support_escalation_by_chat">Chat</string> <string name="support_escalation_by_chat">Support chat</string>
<!-- Button label for visiting help forum [CHAR LIMIT=60]--> <!-- Button label for visiting help forum [CHAR LIMIT=60]-->
<string name="support_forum_title">Help forum</string> <string name="support_forum_title">Help forum</string>