aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/res/layout/home.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2013-03-15 18:33:21 -0700
committerScott Jackson <daneren2005@gmail.com>2013-03-15 18:33:21 -0700
commitbfef1d147657ce579ef52841201719b62f68c406 (patch)
tree95839e8b73ada29c1652193c6e340e1ad93d44c8 /subsonic-android/res/layout/home.xml
parent0e67d318aec1857c492a19189c5c75411cc3bab7 (diff)
downloaddsub-bfef1d147657ce579ef52841201719b62f68c406.tar.gz
dsub-bfef1d147657ce579ef52841201719b62f68c406.tar.bz2
dsub-bfef1d147657ce579ef52841201719b62f68c406.zip
Added clicking to get to directory fragment from home/playlist
Diffstat (limited to 'subsonic-android/res/layout/home.xml')
-rw-r--r--subsonic-android/res/layout/home.xml40
1 files changed, 20 insertions, 20 deletions
diff --git a/subsonic-android/res/layout/home.xml b/subsonic-android/res/layout/home.xml
index 56b013fe..7f5d1255 100644
--- a/subsonic-android/res/layout/home.xml
+++ b/subsonic-android/res/layout/home.xml
@@ -1,28 +1,28 @@
<?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/home_layout"
+ android:orientation="vertical"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent">
- <View
- android:layout_width="fill_parent"
- android:layout_height="1px"
- android:background="@color/dividerColor"/>
+ <View
+ android:layout_width="fill_parent"
+ android:layout_height="1px"
+ android:background="@color/dividerColor"/>
- <ListView
- android:id="@+id/main_list"
- android:layout_width="fill_parent"
- android:layout_height="0px"
- android:layout_weight="1"/>
+ <ListView
+ android:id="@+id/main_list"
+ android:layout_width="fill_parent"
+ android:layout_height="0px"
+ android:layout_weight="1"/>
- <View android:id="@+id/main_dummy"
- android:layout_width="0px"
- android:layout_height="0px"/>
-
- <include
- layout="@layout/button_bar"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"/>
+ <View android:id="@+id/main_dummy"
+ android:layout_width="0px"
+ android:layout_height="0px"/>
+ <include
+ layout="@layout/button_bar"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"/>
</LinearLayout>