Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b94727de authored by Doris Ling's avatar Doris Ling
Browse files

Fix left aligned "Wi-Fi" category title in data usage page.

Set thee category title text view to align at the start position.

Change-Id: I9a297588e2f742d20b0d07bd6979e0378e41cb71
Merged-In: Iff5fbc595ec16396043d64a1ceb0fa81e874ea48
Merged-In: I9f0f51a9d070191f5bf8f3315fef4d997d6213c3
Fix: 63399239
Test: visual
parent 0bde6dcb
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -51,6 +51,7 @@
            android:layout_width="match_parent"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_height="wrap_content"
            android:textAppearance="@android:style/TextAppearance.Material.Body2"
            android:textAppearance="@android:style/TextAppearance.Material.Body2"
            android:textAlignment="viewStart"
            android:textColor="?android:attr/colorAccent"
            android:textColor="?android:attr/colorAccent"
            android:paddingEnd="?android:attr/listPreferredItemPaddingEnd"/>
            android:paddingEnd="?android:attr/listPreferredItemPaddingEnd"/>
        <TextView
        <TextView