summaryrefslogtreecommitdiffstats
path: root/ui/res
diff options
context:
space:
mode:
Diffstat (limited to 'ui/res')
-rw-r--r--ui/res/layout/download_list.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/ui/res/layout/download_list.xml b/ui/res/layout/download_list.xml
index 696030ff..42295f4d 100644
--- a/ui/res/layout/download_list.xml
+++ b/ui/res/layout/download_list.xml
@@ -55,6 +55,12 @@
android:layout_width="wrap_content"
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_height="match_parent"