summaryrefslogtreecommitdiffstats
path: root/ui/res
diff options
context:
space:
mode:
authorVasu Nori <vnori@google.com>2011-03-09 10:43:28 -0800
committerVasu Nori <vnori@google.com>2011-03-09 15:32:11 -0800
commit81101942f55ae76824d244ef0cbf579fb84922fe (patch)
tree3dbba4c283be8304e6cb8e94ea0caad1115f3304 /ui/res
parent58b8f6709503c70f30497a38fd10b6e2b12bf808 (diff)
downloadandroid_packages_providers_DownloadProvider-81101942f55ae76824d244ef0cbf579fb84922fe.tar.gz
android_packages_providers_DownloadProvider-81101942f55ae76824d244ef0cbf579fb84922fe.tar.bz2
android_packages_providers_DownloadProvider-81101942f55ae76824d244ef0cbf579fb84922fe.zip
multiple bug fixes when handling ExpandableListView
bug:3511180 can't select items from non-adjacent groups bug:3510769 Long-pressing on section headers causes strange behavior bug:4065226 Downloads list switch sorting button has wrong width Change-Id: If7dd36078224766555f1d2cf18ec364812dcdeb9
Diffstat (limited to 'ui/res')
-rw-r--r--ui/res/layout/download_list.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/res/layout/download_list.xml b/ui/res/layout/download_list.xml
index a49cf22a..18f44d10 100644
--- a/ui/res/layout/download_list.xml
+++ b/ui/res/layout/download_list.xml
@@ -55,7 +55,7 @@
<!-- The selection menu that pops up from the bottom of the screen -->
<LinearLayout android:id="@+id/sort_menu"
android:orientation="horizontal"
- android:layout_width="wrap_content"
+ android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center"
style="?android:attr/buttonBarStyle">