Witched to supportv7 prefs. Should fix a NPE when opening settings for some devices.
This commit is contained in:
parent
32a9e92699
commit
9873f67139
9 changed files with 78 additions and 72 deletions
|
|
@ -27,6 +27,8 @@
|
|||
|
||||
<!-- necessary to find the overflow button later in the layout-->
|
||||
<item name="android:actionOverflowButtonStyle">@style/Widget.ActionButton.Overflow</item>
|
||||
|
||||
<item name="preferenceTheme">@style/PreferenceThemeOverlay</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.Phonograph.Base.Light" parent="Theme.AppCompat.Light.NoActionBar">
|
||||
|
|
@ -55,6 +57,8 @@
|
|||
|
||||
<!-- necessary to find the overflow button later in the layout-->
|
||||
<item name="android:actionOverflowButtonStyle">@style/Widget.ActionButton.Overflow</item>
|
||||
|
||||
<item name="preferenceTheme">@style/PreferenceThemeOverlay</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.Phonograph.Base.Black" parent="@style/Theme.Phonograph.Base">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue