summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorAndrew Sapperstein <asapperstein@google.com>2014-08-20 16:14:01 -0700
committerAndrew Sapperstein <asapperstein@google.com>2014-08-20 16:51:05 -0700
commitc7dbcb673faf9f4503be3cc5e5535d3f0892cf18 (patch)
treeac458a35e10d3d168309e310c280b79bb35ab69e /res/layout
parent33ca5c670394671177f82ed049d8d7c6920164a7 (diff)
downloadandroid_packages_apps_UnifiedEmail-c7dbcb673faf9f4503be3cc5e5535d3f0892cf18.tar.gz
android_packages_apps_UnifiedEmail-c7dbcb673faf9f4503be3cc5e5535d3f0892cf18.tar.bz2
android_packages_apps_UnifiedEmail-c7dbcb673faf9f4503be3cc5e5535d3f0892cf18.zip
Align overflow properly. b/16984437
Makes it 56dp wide to align with the action bar overflow. Also pushes it down 8dp on tablet and makes the touch area behave the same as the rest of the message header actions. Change-Id: Ibd8915522d277f5d26bbc1a5357a8a1cf90992af
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/conversation_message_upper_header_actions.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/res/layout/conversation_message_upper_header_actions.xml b/res/layout/conversation_message_upper_header_actions.xml
index 69297ad47..0b3afcf4b 100644
--- a/res/layout/conversation_message_upper_header_actions.xml
+++ b/res/layout/conversation_message_upper_header_actions.xml
@@ -38,8 +38,9 @@
<ImageView
android:id="@+id/overflow"
- android:layout_width="@dimen/message_header_action_button_width"
- android:layout_height="@dimen/message_header_action_button_height"
- style="@style/OverflowButtonStyle" />
+ android:layout_width="56dp"
+ android:contentDescription="@string/overflow_description"
+ android:src="@drawable/ic_overflow_24dp"
+ style="@style/MessageHeaderActionButtonStyle" />
</merge>