diff options
author | Amith Yamasani <yamasani@google.com> | 2009-07-31 07:24:08 -0700 |
---|---|---|
committer | Amith Yamasani <yamasani@google.com> | 2009-07-31 07:24:08 -0700 |
commit | 498d90474b4208fd28cc2ae84d5759ddad7bfc0c (patch) | |
tree | a33b622dc4cf02d4c618bcc51ce4f973f694d74c /res/values/attrs.xml | |
parent | 4c470091723e84dc894154a030f02b5153d286e5 (diff) | |
download | packages_apps_settings-498d90474b4208fd28cc2ae84d5759ddad7bfc0c.zip packages_apps_settings-498d90474b4208fd28cc2ae84d5759ddad7bfc0c.tar.gz packages_apps_settings-498d90474b4208fd28cc2ae84d5759ddad7bfc0c.tar.bz2 |
Add an icon to the left of the settings at the top level.
Add a new attribute for the icon.
Add place holder icons.
Diffstat (limited to 'res/values/attrs.xml')
-rw-r--r-- | res/values/attrs.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml index 9bf79f9..0a2c5c5 100644 --- a/res/values/attrs.xml +++ b/res/values/attrs.xml @@ -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> |