[fenix] For https://github.com/mozilla-mobile/fenix/issues/11246: Align text to viewStart to support RTL layouts.

pull/600/head
mcarare 4 years ago committed by Emily Kager
parent 1626cb3775
commit fcfee8fcc7

@ -1,11 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
style="?android:attr/listViewStyle"
android:layout_marginTop="16dp"
android:textAlignment="viewStart"
android:layout_marginStart="16dp"
android:gravity="center_vertical"
app:fontFamily="@font/metropolis_semibold"
android:id="@android:id/title" />
android:id="@android:id/title"
tools:ignore="RtlCompat" />

Loading…
Cancel
Save