From 75783290b6b5807b7f6a8d1aab13ec9b561a2737 Mon Sep 17 00:00:00 2001 From: Alexandra Gherghina Date: Thu, 21 Aug 2014 12:35:31 +0100 Subject: [PATCH] Modify Spinner so that the arrow is closer to the text Bug: 17137945 Change-Id: I0769b030669a7a57e0be1c03f987bcd1e0f774ca --- res/layout/manage_applications_apps.xml | 2 +- res/layout/manage_applications_running.xml | 2 +- res/layout/preference_list_fragment.xml | 2 +- res/layout/user_preference.xml | 3 ++- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/res/layout/manage_applications_apps.xml b/res/layout/manage_applications_apps.xml index 68fcb1ba2c3..4033d43b231 100644 --- a/res/layout/manage_applications_apps.xml +++ b/res/layout/manage_applications_apps.xml @@ -20,7 +20,7 @@ android:orientation="vertical"> diff --git a/res/layout/manage_applications_running.xml b/res/layout/manage_applications_running.xml index cc8c1867e72..6cacf2a8662 100644 --- a/res/layout/manage_applications_running.xml +++ b/res/layout/manage_applications_running.xml @@ -20,7 +20,7 @@ android:orientation="vertical"> diff --git a/res/layout/preference_list_fragment.xml b/res/layout/preference_list_fragment.xml index a44535f3d0b..b47e175d2ad 100644 --- a/res/layout/preference_list_fragment.xml +++ b/res/layout/preference_list_fragment.xml @@ -25,7 +25,7 @@ android:background="@android:color/transparent"> diff --git a/res/layout/user_preference.xml b/res/layout/user_preference.xml index 79ffc387d25..625a065d4cb 100644 --- a/res/layout/user_preference.xml +++ b/res/layout/user_preference.xml @@ -16,7 +16,7 @@ @@ -39,6 +39,7 @@ android:ellipsize="marquee" android:fadingEdge="horizontal" android:paddingStart="@dimen/user_spinner_padding" + android:paddingEnd="@dimen/user_spinner_padding" style="@style/TextAppearance.Medium" /> \ No newline at end of file