From dcfdde5a2c6fa72c564f8dd747d27fbef7fcab04 Mon Sep 17 00:00:00 2001 From: Fan Zhang Date: Tue, 23 Aug 2016 09:18:13 -0700 Subject: [PATCH] Force phone number display to be LTR in support tab. Bug: 31030062 Change-Id: I94272c0ecbfa2f96842838c0f590b3704cd5c020 --- res/layout/support_offline_escalation_options.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/res/layout/support_offline_escalation_options.xml b/res/layout/support_offline_escalation_options.xml index 08c52aae957..18d8f98747e 100644 --- a/res/layout/support_offline_escalation_options.xml +++ b/res/layout/support_offline_escalation_options.xml @@ -59,7 +59,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"/>