diff options
author | Owen Lin <owenlin@google.com> | 2010-01-20 06:37:36 +0800 |
---|---|---|
committer | Owen Lin <owenlin@google.com> | 2010-01-25 10:37:05 -0800 |
commit | 73e782de608cbe2ddffd75c055009ff2e208f78b (patch) | |
tree | cae88b5801e3f9aa6364774cf47a72b06d936459 /res/values | |
parent | a9c2f922763d3f7d19c237f9c5bd46611b5076fd (diff) | |
download | LegacyCamera-73e782de608cbe2ddffd75c055009ff2e208f78b.zip LegacyCamera-73e782de608cbe2ddffd75c055009ff2e208f78b.tar.gz LegacyCamera-73e782de608cbe2ddffd75c055009ff2e208f78b.tar.bz2 |
Unbundle with the PreferenceManager.
Change-Id: Ib415bf36147f35cbf1681cd87514124822ac48c6
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/attrs.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml index 96f4ebf..7a4f19d 100644 --- a/res/values/attrs.xml +++ b/res/values/attrs.xml @@ -14,6 +14,15 @@ limitations under the License. --> <resources> + <declare-styleable name="CameraPreference"> + <attr name="title" format="string" /> + </declare-styleable> + <declare-styleable name="ListPreference"> + <attr name="key" format="string" /> + <attr name="defaultValue" format="string" /> + <attr name="entryValues" format="reference" /> + <attr name="entries" format="reference" /> + </declare-styleable> <declare-styleable name="IconIndicator"> <attr name="icons" format="reference" /> <attr name="modes" format="reference" /> |