Merge "Move DropDownPreference to supportlib"
This commit is contained in:
@@ -110,11 +110,6 @@
|
||||
<attr name="confirmDeviceCredentialsSideMargin" format="dimension" />
|
||||
<attr name="confirmDeviceCredentialsTopMargin" format="dimension" />
|
||||
|
||||
<declare-styleable name="DropDownPreference">
|
||||
<attr name="android:entries" />
|
||||
<attr name="android:entryValues" />
|
||||
</declare-styleable>
|
||||
|
||||
<declare-styleable name="RestrictedPreference">
|
||||
<attr name="userRestriction" format="string"/>
|
||||
</declare-styleable>
|
||||
|
@@ -101,6 +101,7 @@
|
||||
|
||||
<style name="PreferenceTheme" parent="@android:style/Theme.DeviceDefault.Settings">
|
||||
<item name="@android:preferenceStyle">@style/Preference</item>
|
||||
<item name="@dropdownPreferenceStyle">@style/Preference.DropDown.Material</item>
|
||||
<item name="@android:preferenceFragmentStyle">@style/PreferenceFragmentStyle</item>
|
||||
|
||||
<item name="apnPreferenceStyle">@style/ApnPreference</item>
|
||||
|
Reference in New Issue
Block a user