summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorAlexandra Gherghina <alexgherghina@google.com>2014-08-21 12:35:31 +0100
committerAlexandra Gherghina <alexgherghina@google.com>2014-08-21 12:44:55 +0100
commit75783290b6b5807b7f6a8d1aab13ec9b561a2737 (patch)
treeeb622453cdce1cc73258f99ba5085eeabcdd7d78 /res/layout
parentfe3794a9372d643afe8cd6d8e70ec4f9e1b47a48 (diff)
downloadpackages_apps_Settings-75783290b6b5807b7f6a8d1aab13ec9b561a2737.zip
packages_apps_Settings-75783290b6b5807b7f6a8d1aab13ec9b561a2737.tar.gz
packages_apps_Settings-75783290b6b5807b7f6a8d1aab13ec9b561a2737.tar.bz2
Modify Spinner so that the arrow is closer to the text
Bug: 17137945 Change-Id: I0769b030669a7a57e0be1c03f987bcd1e0f774ca
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/manage_applications_apps.xml2
-rw-r--r--res/layout/manage_applications_running.xml2
-rw-r--r--res/layout/preference_list_fragment.xml2
-rw-r--r--res/layout/user_preference.xml3
4 files changed, 5 insertions, 4 deletions
diff --git a/res/layout/manage_applications_apps.xml b/res/layout/manage_applications_apps.xml
index 68fcb1b..4033d43 100644
--- a/res/layout/manage_applications_apps.xml
+++ b/res/layout/manage_applications_apps.xml
@@ -20,7 +20,7 @@
android:orientation="vertical">
<FrameLayout android:id="@+id/pinned_header"
- android:layout_width="match_parent"
+ android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:visibility="gone" />
diff --git a/res/layout/manage_applications_running.xml b/res/layout/manage_applications_running.xml
index cc8c186..6cacf2a 100644
--- a/res/layout/manage_applications_running.xml
+++ b/res/layout/manage_applications_running.xml
@@ -20,7 +20,7 @@
android:orientation="vertical">
<FrameLayout android:id="@+id/pinned_header"
- android:layout_width="match_parent"
+ android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:visibility="gone" />
diff --git a/res/layout/preference_list_fragment.xml b/res/layout/preference_list_fragment.xml
index a44535f..b47e175 100644
--- a/res/layout/preference_list_fragment.xml
+++ b/res/layout/preference_list_fragment.xml
@@ -25,7 +25,7 @@
android:background="@android:color/transparent">
<FrameLayout android:id="@+id/pinned_header"
- android:layout_width="match_parent"
+ android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:visibility="gone" />
diff --git a/res/layout/user_preference.xml b/res/layout/user_preference.xml
index 79ffc38..625a065 100644
--- a/res/layout/user_preference.xml
+++ b/res/layout/user_preference.xml
@@ -16,7 +16,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/widget_frame"
- android:layout_width="match_parent"
+ android:layout_width="wrap_content"
android:layout_height="@dimen/user_spinner_item_height"
android:orientation="horizontal" >
@@ -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" />
</LinearLayout> \ No newline at end of file