summaryrefslogtreecommitdiffstats
path: root/ui/res/layout/download_list.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ui/res/layout/download_list.xml')
-rw-r--r--ui/res/layout/download_list.xml12
1 files changed, 4 insertions, 8 deletions
diff --git a/ui/res/layout/download_list.xml b/ui/res/layout/download_list.xml
index 42295f4d..8f75baea 100644
--- a/ui/res/layout/download_list.xml
+++ b/ui/res/layout/download_list.xml
@@ -50,21 +50,17 @@
android:paddingRight="4dip"
android:paddingBottom="1dip"
android:gravity="center"
+ android:layout_gravity="center"
android:background="@android:drawable/bottom_bar">
<Button android:id="@+id/selection_delete"
- android:layout_width="wrap_content"
+ android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1"/>
- <Button android:id="@+id/selection_retry"
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- android:layout_weight="1"
- android:text="@string/retry_download"
- android:visibility="gone"/>
<Button android:id="@+id/deselect_all"
- android:layout_width="wrap_content"
+ android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1"
android:text="@string/deselect_all"/>
+
</LinearLayout>
</LinearLayout>