summaryrefslogtreecommitdiffstats
path: root/res/values/photoeditor_styles.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/photoeditor_styles.xml')
-rw-r--r--res/values/photoeditor_styles.xml18
1 files changed, 10 insertions, 8 deletions
diff --git a/res/values/photoeditor_styles.xml b/res/values/photoeditor_styles.xml
index 964ecbf34..7bd7fd098 100644
--- a/res/values/photoeditor_styles.xml
+++ b/res/values/photoeditor_styles.xml
@@ -54,17 +54,14 @@
<item name="android:layout_alignParentBottom">true</item>
<item name="android:orientation">vertical</item>
</style>
- <style name="TopActionBar" parent="@style/ActionBar">
- <item name="android:layout_alignParentTop">true</item>
- <item name="android:background">@drawable/photoeditor_actionbar_translucent</item>
- </style>
- <style name="BottomActionBar" parent="@style/ActionBar">
- <item name="android:background">@drawable/photoeditor_actionbar_translucent_bottom</item>
- </style>
- <style name="ActionBar">
+ <style name="ActionBarInner">
<item name="android:layout_width">fill_parent</item>
<item name="android:layout_height">?android:attr/actionBarSize</item>
</style>
+ <style name="ActionBarOuter">
+ <item name="android:layout_width">fill_parent</item>
+ <item name="android:layout_height">wrap_content</item>
+ </style>
<style name="ActionBarLinearLayout">
<item name="android:layout_width">wrap_content</item>
<item name="android:layout_height">fill_parent</item>
@@ -117,7 +114,12 @@
<item name="android:paddingRight">@dimen/action_button_padding_horizontal</item>
<item name="android:background">?android:attr/selectableItemBackground</item>
</style>
+ <style name="EffectsMenuContainer" parent="@style/ActionBarLinearLayout">
+ <item name="android:layout_width">@dimen/effects_menu_container_width</item>
+ <item name="android:layout_gravity">center_horizontal</item>
+ </style>
<style name="EffectsMenuActionButton" parent="@style/ImageActionButton">
+ <item name="android:layout_weight">1</item>
<item name="android:background">@drawable/photoeditor_toggle_button_background</item>
</style>
<style name="FullscreenToolView">