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.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/ui/res/layout/download_list.xml b/ui/res/layout/download_list.xml
index 241bb3d3..696030ff 100644
--- a/ui/res/layout/download_list.xml
+++ b/ui/res/layout/download_list.xml
@@ -54,8 +54,11 @@
<Button android:id="@+id/selection_delete"
android:layout_width="wrap_content"
android:layout_height="match_parent"
- android:textAppearance="?android:attr/textAppearanceMedium"
- android:paddingLeft="30dip"
- android:paddingRight="30dip"/>
+ android:layout_weight="1"/>
+ <Button android:id="@+id/deselect_all"
+ android:layout_width="wrap_content"
+ android:layout_height="match_parent"
+ android:layout_weight="1"
+ android:text="@string/deselect_all"/>
</LinearLayout>
</LinearLayout>