summaryrefslogtreecommitdiffstats
path: root/res/layout/preference_list_fragment.xml
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2015-04-15 14:32:25 -0700
committerJeff Sharkey <jsharkey@android.com>2015-04-15 22:14:09 -0700
commit1f4efd7360dea3038fe2096b1d4bccaae8e2a09f (patch)
treeed09d18df61270212a0710ec15a31d348ceeeed9 /res/layout/preference_list_fragment.xml
parent7bc9235aaa6d8b68119f7635214fe9d72d4a7c42 (diff)
downloadpackages_apps_Settings-1f4efd7360dea3038fe2096b1d4bccaae8e2a09f.zip
packages_apps_Settings-1f4efd7360dea3038fe2096b1d4bccaae8e2a09f.tar.gz
packages_apps_Settings-1f4efd7360dea3038fe2096b1d4bccaae8e2a09f.tar.bz2
Move packages between candidate volumes.
We now allow moving packages between all possible candidate volumes, as determined by the framework. Moving now jumps through wizard to help user understand what's going on. Bug: 19993667 Change-Id: I5416ed2865f400b1d718c68a3f0e033080fefa0e
Diffstat (limited to 'res/layout/preference_list_fragment.xml')
-rw-r--r--res/layout/preference_list_fragment.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/preference_list_fragment.xml b/res/layout/preference_list_fragment.xml
index 6e8ad91..195f6eb 100644
--- a/res/layout/preference_list_fragment.xml
+++ b/res/layout/preference_list_fragment.xml
@@ -36,7 +36,7 @@
<ListView android:id="@android:id/list"
style="@style/PreferenceFragmentListSinglePane"
android:layout_width="match_parent"
- android:layout_height="wrap_content"
+ android:layout_height="match_parent"
android:paddingStart="@dimen/settings_side_margin"
android:paddingEnd="@dimen/settings_side_margin"
android:paddingTop="@dimen/dashboard_padding_top"