diff options
author | Chih-Chung Chang <chihchung@google.com> | 2010-03-05 15:34:47 -0800 |
---|---|---|
committer | Chih-Chung Chang <chihchung@google.com> | 2010-03-05 15:37:44 -0800 |
commit | 9a4c2cac83f50e29063d27605c9f8d9e676a6f22 (patch) | |
tree | 60a7fcff85a74a4c7442d7f399eabdc335436519 /res | |
parent | e8697d7437c343e31e815fd4714238afafc7b1ac (diff) | |
download | LegacyCamera-9a4c2cac83f50e29063d27605c9f8d9e676a6f22.zip LegacyCamera-9a4c2cac83f50e29063d27605c9f8d9e676a6f22.tar.gz LegacyCamera-9a4c2cac83f50e29063d27605c9f8d9e676a6f22.tar.bz2 |
Remove unused code.
Diffstat (limited to 'res')
-rw-r--r-- | res/values/attrs.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml index 74a6091..25e997a 100644 --- a/res/values/attrs.xml +++ b/res/values/attrs.xml @@ -31,12 +31,4 @@ <attr name="icons" /> <attr name="largeIcons" format="reference" /> </declare-styleable> - <declare-styleable name="EvenlySpacedLayout"> - <attr name="orientation"> - <enum name="horizontal" value="0" /> - <enum name="vertical" value="1" /> - </attr> - <!-- Weather we keep the space in both ends --> - <attr name="keepEndSpace" format="boolean"/> - </declare-styleable> </resources> |