Force phone number display to be LTR in support tab.

Bug: 31030062
Test: manual switch between LTR/RLT languages

Change-Id: I94272c0ecbfa2f96842838c0f590b3704cd5c020
(cherry picked from commit dcfdde5a2c)
This commit is contained in:
Fan Zhang
2016-08-23 09:18:13 -07:00
parent 5ea4bb2f43
commit 68c6d9956f

View File

@@ -58,7 +58,8 @@
style="@style/SupportPrimaryButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="8dp"/>
android:layout_margin="8dp"
android:layoutDirection="ltr"/>
<Button
android:id="@android:id/text2"
style="@style/SupportSecondaryButton"