Force LTR formatting for the phone number in AppSettingsFragment.

This commit is contained in:
Nicholas 2022-09-27 13:58:46 -04:00 committed by Cody Henthorne
parent f4d0bf900c
commit 1b53f09687

View file

@ -68,6 +68,7 @@
android:layout_height="wrap_content"
android:textAlignment="viewStart"
android:textColor="@color/signal_colorOnSurfaceVariant"
android:textDirection="ltr"
tools:text="+1 (999) 555-1234" />
</LinearLayout>