Add an icon to the left of the settings at the top level.

Add a new attribute for the icon.
Add place holder icons.
This commit is contained in:
Amith Yamasani
2009-07-31 07:24:08 -07:00
parent 4c47009172
commit 498d90474b
17 changed files with 166 additions and 35 deletions

View File

@@ -18,4 +18,7 @@
<declare-styleable name="WifiEncryptionState">
<attr name="state_encrypted" format="boolean" />
</declare-styleable>
<declare-styleable name="IconPreferenceScreen">
<attr name="icon" format="reference" />
</declare-styleable>
</resources>