summaryrefslogtreecommitdiffstats
path: root/ui/res
diff options
context:
space:
mode:
authorVasu Nori <vnori@google.com>2011-03-09 16:45:49 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2011-03-09 16:45:49 -0800
commitf652db7552f0df95a0079d34b29ecadef2a04e99 (patch)
tree2583f638c9ec5fe0233b75dffc1ae8f00d93443e /ui/res
parentb4d91980405b282cab186d34ceae43fcdc3cc056 (diff)
parent81101942f55ae76824d244ef0cbf579fb84922fe (diff)
downloadandroid_packages_providers_DownloadProvider-f652db7552f0df95a0079d34b29ecadef2a04e99.tar.gz
android_packages_providers_DownloadProvider-f652db7552f0df95a0079d34b29ecadef2a04e99.tar.bz2
android_packages_providers_DownloadProvider-f652db7552f0df95a0079d34b29ecadef2a04e99.zip
am 81101942: multiple bug fixes when handling ExpandableListView
* commit '81101942f55ae76824d244ef0cbf579fb84922fe': multiple bug fixes when handling ExpandableListView
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">