summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorOwen Lin <owenlin@google.com>2009-11-16 13:25:23 +0800
committerOwen Lin <owenlin@google.com>2009-11-16 13:25:23 +0800
commitea7c3e6a714c6c34c0fa7c06513bbdd69d39f8f7 (patch)
tree42612b9b50105852191fd5604a5db3e42f04c940 /res/values/styles.xml
parent6dfb8f96124a4c97b3cd964a9e9feb3587d32663 (diff)
parent4d55cb369de5933025af40bece5e08830aae935e (diff)
downloadpackages_apps_LegacyCamera-ea7c3e6a714c6c34c0fa7c06513bbdd69d39f8f7.zip
packages_apps_LegacyCamera-ea7c3e6a714c6c34c0fa7c06513bbdd69d39f8f7.tar.gz
packages_apps_LegacyCamera-ea7c3e6a714c6c34c0fa7c06513bbdd69d39f8f7.tar.bz2
resolved conflicts for merge of 4d55cb36 to eclair-mr2
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 4a79fe5..04bd634 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -61,6 +61,13 @@
<item name="android:windowEnterAnimation">@null</item>
<item name="android:windowExitAnimation">@null</item>
</style>
+ <style name="IconIndicator">
+ <item name="android:visibility">gone</item>
+ <item name="android:layout_marginTop">10dp</item>
+ <item name="android:layout_marginBottom">10dp</item>
+ <item name="android:layout_width">wrap_content</item>
+ <item name="android:layout_height">wrap_content</item>
+ </style>
<style name="CustomTheme"
parent="@android:style/Theme.Black.NoTitleBar.Fullscreen">
<item name="android:windowAnimationStyle">@style/NoEnterExitAnimation</item>