diff options
author | Fabrice Di Meglio <fdimeglio@google.com> | 2014-06-11 11:27:54 -0700 |
---|---|---|
committer | Fabrice Di Meglio <fdimeglio@google.com> | 2014-06-11 11:31:35 -0700 |
commit | caf4b1dda2e84760a230944e50569712a39c200c (patch) | |
tree | c3a653a8e15119c87cbd0717d89d78c0b6af82ec /res | |
parent | 2f2cbbc760c23d89c5b0255378bbf5cb074a6988 (diff) | |
download | packages_apps_Settings-caf4b1dda2e84760a230944e50569712a39c200c.tar.gz packages_apps_Settings-caf4b1dda2e84760a230944e50569712a39c200c.tar.bz2 packages_apps_Settings-caf4b1dda2e84760a230944e50569712a39c200c.zip |
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
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/preference_progress_category.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/preference_progress_category.xml b/res/layout/preference_progress_category.xml index 17d87d776..d0cf60c7e 100644 --- a/res/layout/preference_progress_category.xml +++ b/res/layout/preference_progress_category.xml @@ -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" |