aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/res/layout/select_album_header.xml
diff options
context:
space:
mode:
Diffstat (limited to 'subsonic-android/res/layout/select_album_header.xml')
-rw-r--r--subsonic-android/res/layout/select_album_header.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/subsonic-android/res/layout/select_album_header.xml b/subsonic-android/res/layout/select_album_header.xml
index 6905d421..3af34a99 100644
--- a/subsonic-android/res/layout/select_album_header.xml
+++ b/subsonic-android/res/layout/select_album_header.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/select_album_header"
android:layout_width="fill_parent"
android:layout_height="wrap_content">
@@ -54,6 +55,19 @@
android:textSize="10sp"
android:singleLine="true"
android:ellipsize="none"/>
+
+ <TextView
+ android:text="0:00"
+ android:id="@+id/select_album_song_length"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_below="@+id/select_album_song_count"
+ android:layout_toRightOf="@+id/select_album_art"
+ android:paddingRight="4dip"
+ android:textAppearance="?android:attr/textAppearanceSmall"
+ android:textSize="10sp"
+ android:singleLine="true"
+ android:ellipsize="none"/>
</RelativeLayout>