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
This commit is contained in:
Fabrice Di Meglio
2014-06-11 11:27:54 -07:00
parent 2f2cbbc760
commit caf4b1dda2

View File

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