From 2ad55f748dc8b00ba151ceeed18ac96fdb8eacf9 Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Thu, 18 Sep 2014 04:38:07 +0300 Subject: Trebuchet: Add some padding to overflow icon in transition settings Right now it's too close to the edge of the screen Before: http://i.imgur.com/BjMXkvD.png After: http://i.imgur.com/hTCcKuR.png Change-Id: Id0aee703a9b34178480558f7daea2d4580660b70 --- res/layout/settings_transitions_screen.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/res/layout/settings_transitions_screen.xml b/res/layout/settings_transitions_screen.xml index dd47636e2..4fdf3b9f0 100644 --- a/res/layout/settings_transitions_screen.xml +++ b/res/layout/settings_transitions_screen.xml @@ -51,6 +51,8 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="right" + android:paddingStart="10dip" + android:paddingEnd="10dip" android:adjustViewBounds="true" android:src="@drawable/overflow_options_menu" /> @@ -70,4 +72,4 @@ android:layout_height="wrap_content" android:listSelector="@android:color/transparent" android:splitMotionEvents="false"/> - \ No newline at end of file + -- cgit v1.2.3