summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorChih-Chung Chang <chihchung@google.com>2009-09-10 12:36:52 +0800
committerChih-Chung Chang <chihchung@google.com>2009-09-10 17:48:49 +0800
commiteb9b537cf0b715354c179327020cb7cd4e0e5327 (patch)
tree2b854a39d0185c938635fba5864589393b8443a7 /res/values/styles.xml
parentcd65ac73996783ebf17e2b66b153e33fb37e6f8c (diff)
downloadLegacyCamera-eb9b537cf0b715354c179327020cb7cd4e0e5327.zip
LegacyCamera-eb9b537cf0b715354c179327020cb7cd4e0e5327.tar.gz
LegacyCamera-eb9b537cf0b715354c179327020cb7cd4e0e5327.tar.bz2
Add double tap to zoom.
Change-Id: I11ea02685bb27b33eb73c11bea9918b5fa02e186
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index eaa98da..f042a33 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -48,7 +48,6 @@
<item name="android:gravity">center_horizontal</item>
<item name="android:layout_width">wrap_content</item>
<item name="android:layout_height">wrap_content</item>
- <item name="android:layout_weight">1</item>
<item name="android:drawablePadding">3dip</item>
</style>
<style name="Theme.DeleteImageDialog" parent="android:style/Theme.Dialog.Alert">