diff options
author | Scott Jackson <daneren2005@gmail.com> | 2013-05-01 22:01:30 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2013-05-01 22:01:30 -0700 |
commit | db6be0ef0c9141eb6eebeb9b5ccdc00c13868c54 (patch) | |
tree | c29ac2f875dd92acfb1c627ef550a5aec96229e8 /subsonic-android/res/layout-land | |
parent | 8dce8788a454eb5262865aca82701473b8511f2e (diff) | |
download | dsub-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/layout-land')
-rw-r--r-- | subsonic-android/res/layout-land/download.xml | 1 |
1 files changed, 1 insertions, 0 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">
|