OSDN Git Service

Force phone number display to be LTR in support tab.
authorFan Zhang <zhfan@google.com>
Tue, 23 Aug 2016 16:18:13 +0000 (09:18 -0700)
committerFan Zhang <zhfan@google.com>
Tue, 23 Aug 2016 20:41:02 +0000 (20:41 +0000)
Bug: 31030062
Test: manual switch between LTR/RLT languages

Change-Id: I94272c0ecbfa2f96842838c0f590b3704cd5c020
(cherry picked from commit dcfdde5a2c6fa72c564f8dd747d27fbef7fcab04)

res/layout/support_offline_escalation_options.xml

index 6a54fba..18b7d69 100644 (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"