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

Commit 0c77fad0 authored by jeffreyhuang's avatar jeffreyhuang
Browse files

Rtl layout support for about phone v2

 - Add textAlignment attribute so that text has correct alignment in rtl
 layouts

Bug: 36458278
Test: manual with settings app
Change-Id: I9360ae517290d0b115289e739441684588d4c216
parent 187ff21a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -479,11 +479,13 @@
    </style>

    <style name="device_info_dialog_label">
        <item name="android:textAlignment">viewStart</item>
        <item name="android:textAppearance">@android:style/TextAppearance.Material.Body1</item>
        <item name="android:textColor">?android:attr/textColorSecondary</item>
    </style>

    <style name="device_info_dialog_value">
        <item name="android:textAlignment">viewStart</item>
        <item name="android:textAppearance">@android:style/TextAppearance.Material.Body2</item>
        <item name="android:paddingBottom">24dp</item>
    </style>