summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
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>