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

Commit 5d3f6d56 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Support multi line title for switch and edittext preferences" into oc-dr1-dev

parents 116fec5b e67630ab
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -49,6 +49,7 @@
        <item name="allowDividerAbove">false</item>
        <item name="allowDividerBelow">true</item>
        <item name="iconSpaceReserved">true</item>
        <item name="singleLineTitle">false</item>
        <item name="android:dialogLayout">@layout/preference_dialog_edittext</item>
    </style>

@@ -72,6 +73,7 @@
        <item name="allowDividerAbove">false</item>
        <item name="allowDividerBelow">true</item>
        <item name="iconSpaceReserved">true</item>
        <item name="singleLineTitle">false</item>
    </style>

    <style name="SyncSwitchPreference" parent="SettingsPreference">