aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/res
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2013-05-01 22:01:30 -0700
committerScott Jackson <daneren2005@gmail.com>2013-05-01 22:01:30 -0700
commitdb6be0ef0c9141eb6eebeb9b5ccdc00c13868c54 (patch)
treec29ac2f875dd92acfb1c627ef550a5aec96229e8 /subsonic-android/res
parent8dce8788a454eb5262865aca82701473b8511f2e (diff)
downloaddsub-db6be0ef0c9141eb6eebeb9b5ccdc00c13868c54.tar.gz
dsub-db6be0ef0c9141eb6eebeb9b5ccdc00c13868c54.tar.bz2
dsub-db6be0ef0c9141eb6eebeb9b5ccdc00c13868c54.zip
Turn Lyrics into fragment, get rid of extra baggage
Diffstat (limited to 'subsonic-android/res')
-rw-r--r--subsonic-android/res/layout-land/download.xml1
-rw-r--r--subsonic-android/res/layout-port/download.xml7
2 files changed, 5 insertions, 3 deletions
diff --git a/subsonic-android/res/layout-land/download.xml b/subsonic-android/res/layout-land/download.xml
index f7ea3162..21096235 100644
--- a/subsonic-android/res/layout-land/download.xml
+++ b/subsonic-android/res/layout-land/download.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/download_layout"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
diff --git a/subsonic-android/res/layout-port/download.xml b/subsonic-android/res/layout-port/download.xml
index 33c94e1f..c7912266 100644
--- a/subsonic-android/res/layout-port/download.xml
+++ b/subsonic-android/res/layout-port/download.xml
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="vertical"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent">
+ android:id="@+id/download_layout"
+ android:orientation="vertical"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent">
<github.daneren2005.dsub.util.MyViewFlipper
android:id="@+id/download_playlist_flipper"