diff options
author | Wu-cheng Li <wuchengli@google.com> | 2010-10-11 15:05:01 +0800 |
---|---|---|
committer | Wu-cheng Li <wuchengli@google.com> | 2010-10-11 21:42:12 +0800 |
commit | dfee7f813adb8de209472d24553b860d2515ea0a (patch) | |
tree | bae9c150e2e7cfd98ac2994ca22b8232be14ac6e /res/values/attrs.xml | |
parent | fcc71aa1e1eb7e2e5363a6f0470d69d350e2cf7e (diff) | |
download | LegacyCamera-dfee7f813adb8de209472d24553b860d2515ea0a.zip LegacyCamera-dfee7f813adb8de209472d24553b860d2515ea0a.tar.gz LegacyCamera-dfee7f813adb8de209472d24553b860d2515ea0a.tar.bz2 |
Add white balance setting UI for xlarge layout.
Change-Id: I9775aae56cdee41232e628ebbaa87f7749d7e61f
Diffstat (limited to 'res/values/attrs.xml')
-rw-r--r-- | res/values/attrs.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml index 25e997a..d65469d 100644 --- a/res/values/attrs.xml +++ b/res/values/attrs.xml @@ -30,5 +30,6 @@ <declare-styleable name="IconListPreference"> <attr name="icons" /> <attr name="largeIcons" format="reference" /> + <attr name="images" format="reference" /> </declare-styleable> </resources> |