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

Commit caf4b1dd authored by Fabrice Di Meglio's avatar Fabrice Di Meglio
Browse files

Fix bug #15543626 Bluetooth Settings headers need to support Quantum styling

- per UX request
- remove the TextView "list separator" styling and use the correct one

Change-Id: I54e41d89dd9b930cbaa04bc5b9ed9a5fd9b8605e
parent 2f2cbbc7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -22,7 +22,8 @@

    <!-- This text view has the style of the list separator text view without the background and padding. -->
    <TextView
        style="?android:attr/listSeparatorTextViewStyle"
        android:textAppearance="@android:style/TextAppearance.Material.Body2"
        android:textColor="?android:attr/colorAccent"
        android:background="@null"
        android:id="@+android:id/title"
        android:paddingStart="0dp"