summaryrefslogtreecommitdiffstats
path: root/res/values-ldrtl
diff options
context:
space:
mode:
authorJames Lemieux <jplemieux@google.com>2014-07-16 14:22:26 -0700
committerJames Lemieux <jplemieux@google.com>2014-07-17 15:55:22 -0700
commit5d79a913c8289de4ffc1b662b9bea967a7e65b0d (patch)
tree204bc9142250c3bd298044cd3060fdddb0a9cc14 /res/values-ldrtl
parent917367c0120d29ef2a274cac8341d7dec48ec2dd (diff)
downloadandroid_packages_apps_UnifiedEmail-5d79a913c8289de4ffc1b662b9bea967a7e65b0d.tar.gz
android_packages_apps_UnifiedEmail-5d79a913c8289de4ffc1b662b9bea967a7e65b0d.tar.bz2
android_packages_apps_UnifiedEmail-5d79a913c8289de4ffc1b662b9bea967a7e65b0d.zip
Add the floating Action Bar to Thread List.
This replaces the menu option for composing new mail. The old "compose mail" asset cannot yet be removed since it is referenced from the widget. Change-Id: Icaabc2f98f496dda1690337a38973781dc8745ed
Diffstat (limited to 'res/values-ldrtl')
-rw-r--r--res/values-ldrtl/styles-ldrtl.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values-ldrtl/styles-ldrtl.xml b/res/values-ldrtl/styles-ldrtl.xml
index d286aea74..d7b5d2217 100644
--- a/res/values-ldrtl/styles-ldrtl.xml
+++ b/res/values-ldrtl/styles-ldrtl.xml
@@ -213,6 +213,10 @@
<item name="android:layout_alignParentStart">true</item>
</style>
+ <style name="FloatingActionBarStyle">
+ <item name="android:layout_marginEnd">@dimen/floating_action_bar_margin</item>
+ </style>
+
<style name="FolderSelectionItemStyle" parent="AbstractFolderSelectionItemStyle">
<item name="android:layout_marginStart">@dimen/folder_selection_margin_start</item>
<item name="android:layout_marginEnd">@dimen/folder_selection_margin_end</item>