aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout-large-land/download.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout-large-land/download.xml')
-rw-r--r--app/src/main/res/layout-large-land/download.xml37
1 files changed, 9 insertions, 28 deletions
diff --git a/app/src/main/res/layout-large-land/download.xml b/app/src/main/res/layout-large-land/download.xml
index c773e1fe..fb356a70 100644
--- a/app/src/main/res/layout-large-land/download.xml
+++ b/app/src/main/res/layout-large-land/download.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/download_layout"
android:orientation="horizontal"
android:layout_width="match_parent"
@@ -34,7 +35,7 @@
android:id="@+id/download_playlist_flipper"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
- android:layout_above="@+id/download_song_title">
+ android:layout_above="@+id/download_song_wrapper">
<RelativeLayout
android:id="@+id/download_other_controls_wrapper"
@@ -82,33 +83,13 @@
</ViewFlipper>
- <TextView
- android:id="@+id/download_song_title"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_centerHorizontal="true"
- android:layout_marginLeft="12dip"
- android:layout_marginRight="12dip"
- android:singleLine="true"
- android:ellipsize="end"
- android:gravity="center_horizontal"
- android:textAppearance="?android:attr/textAppearanceMedium"
- android:textColor="?android:textColorPrimary"
- android:layout_above="@+id/download_status"/>
-
- <TextView
- android:id="@+id/download_status"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:gravity="center_horizontal"
- android:layout_marginBottom="8dip"
- android:layout_marginLeft="12dip"
- android:layout_marginRight="12dip"
- android:singleLine="true"
- android:ellipsize="end"
- android:textAppearance="?android:attr/textAppearanceSmall"
- android:textColor="?android:textColorSecondary"
- android:layout_above="@+id/download_slider_wrapper"/>
+ <FrameLayout
+ android:id="@+id/download_song_wrapper"
+ android:layout_above="@+id/download_slider_wrapper"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content">
+ <include layout="@layout/download_song_status" />
+ </FrameLayout>
<LinearLayout
android:id="@+id/download_media_buttons_wrapper"