Force phone number display to be LTR in support tab. am: 68c6d9956f

am: 197829fb8a

Change-Id: Iccbd0ec126818f295d45855a8b2bc3d338bd9939
This commit is contained in:
Fan Zhang
2016-08-23 22:46:01 +00:00
committed by android-build-merger

View File

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