Move Preferences to Iconics

This commit is contained in:
str4d
2015-06-03 12:44:12 +00:00
parent 1604e4d04d
commit 60a355e5fa
5 changed files with 87 additions and 21 deletions

View File

@@ -1,12 +1,18 @@
<resources>
<declare-styleable name="IconicsPreference">
<attr name="ip_icon" format="string"/>
<attr name="ip_color" format="color"/>
<attr name="ip_size" format="dimension"/>
</declare-styleable>
<!-- Declare custom theme attributes that allow changing which styles are
used for button bars depending on the API level.
?android:attr/buttonBarStyle is new as of API 11 so this is
necessary to support previous API levels. -->
<declare-styleable name="ButtonBarContainerTheme">
<attr name="metaButtonBarStyle" format="reference" />
<attr name="metaButtonBarButtonStyle" format="reference" />
<attr name="metaButtonBarStyle" format="reference"/>
<attr name="metaButtonBarButtonStyle" format="reference"/>
</declare-styleable>
</resources>