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.xml31
1 files changed, 1 insertions, 30 deletions
diff --git a/ui/res/layout/download_list.xml b/ui/res/layout/download_list.xml
index 8f75baea..395d79a4 100644
--- a/ui/res/layout/download_list.xml
+++ b/ui/res/layout/download_list.xml
@@ -20,10 +20,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
- <!-- The main area showing the list of downloads -->
- <FrameLayout android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_weight="1">
+
<ExpandableListView android:id="@+id/date_ordered_list"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
@@ -37,30 +34,4 @@
android:text="@string/no_downloads"
android:gravity="center"
android:textStyle="bold"/>
- </FrameLayout>
-
- <!-- The selection menu that pops up from the bottom of the screen -->
- <LinearLayout android:id="@+id/selection_menu"
- android:orientation="horizontal"
- android:visibility="gone"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:paddingTop="5dip"
- android:paddingLeft="4dip"
- 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="match_parent"
- android:layout_height="match_parent"
- android:layout_weight="1"/>
- <Button android:id="@+id/deselect_all"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_weight="1"
- android:text="@string/deselect_all"/>
-
- </LinearLayout>
</LinearLayout>