summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorAlexandra Gherghina <alexgherghina@google.com>2014-08-22 12:53:18 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-08-22 12:53:19 +0000
commit9c4d5dd86b250dbb0ce9fe5dc9339a7fd7798981 (patch)
tree53cf76d00a4e1c2c46410c19130bce0746e7b3d2 /res/layout
parent8be27595766a632da8ef78a0a8eaa8dc041232d8 (diff)
parent75783290b6b5807b7f6a8d1aab13ec9b561a2737 (diff)
downloadpackages_apps_Settings-9c4d5dd86b250dbb0ce9fe5dc9339a7fd7798981.zip
packages_apps_Settings-9c4d5dd86b250dbb0ce9fe5dc9339a7fd7798981.tar.gz
packages_apps_Settings-9c4d5dd86b250dbb0ce9fe5dc9339a7fd7798981.tar.bz2
Merge "Modify Spinner so that the arrow is closer to the text" into lmp-dev
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