diff options
author | Scott Jackson <daneren2005@gmail.com> | 2012-09-08 17:19:38 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2012-09-08 17:19:38 -0700 |
commit | 9398f1b61396bb8c8859a6c1367a09cafcc2cd03 (patch) | |
tree | e3974b5d17686a6d97d953add5d78647530e6a8c /subsonic-android/res/layout | |
parent | b09118f20f46554dbdf7e64fab31e15b8e825000 (diff) | |
download | dsub-9398f1b61396bb8c8859a6c1367a09cafcc2cd03.tar.gz dsub-9398f1b61396bb8c8859a6c1367a09cafcc2cd03.tar.bz2 dsub-9398f1b61396bb8c8859a6c1367a09cafcc2cd03.zip |
Started to work on move to ActionBarSherlock
Diffstat (limited to 'subsonic-android/res/layout')
-rw-r--r-- | subsonic-android/res/layout/main.xml | 6 | ||||
-rw-r--r-- | subsonic-android/res/layout/select_album.xml | 2 | ||||
-rw-r--r-- | subsonic-android/res/layout/select_artist.xml | 2 | ||||
-rw-r--r-- | subsonic-android/res/layout/select_playlist.xml | 2 |
4 files changed, 0 insertions, 12 deletions
diff --git a/subsonic-android/res/layout/main.xml b/subsonic-android/res/layout/main.xml index e151f319..56b013fe 100644 --- a/subsonic-android/res/layout/main.xml +++ b/subsonic-android/res/layout/main.xml @@ -4,12 +4,6 @@ android:layout_width="fill_parent"
android:layout_height="fill_parent">
- <include
- layout="@layout/action_bar"
- android:layout_width="fill_parent"
- android:layout_height="45dp"
- />
-
<View
android:layout_width="fill_parent"
android:layout_height="1px"
diff --git a/subsonic-android/res/layout/select_album.xml b/subsonic-android/res/layout/select_album.xml index 2c9a00aa..d5a4d0d1 100644 --- a/subsonic-android/res/layout/select_album.xml +++ b/subsonic-android/res/layout/select_album.xml @@ -4,8 +4,6 @@ android:layout_width="fill_parent"
android:layout_height="fill_parent">
- <include layout="@layout/action_bar"/>
-
<View
android:layout_width="fill_parent"
android:layout_height="1px"
diff --git a/subsonic-android/res/layout/select_artist.xml b/subsonic-android/res/layout/select_artist.xml index 7cf6fc77..bebfdec4 100644 --- a/subsonic-android/res/layout/select_artist.xml +++ b/subsonic-android/res/layout/select_artist.xml @@ -4,8 +4,6 @@ android:layout_width="fill_parent"
android:layout_height="fill_parent">
- <include layout="@layout/action_bar"/>
-
<View
android:layout_width="fill_parent"
android:layout_height="1px"
diff --git a/subsonic-android/res/layout/select_playlist.xml b/subsonic-android/res/layout/select_playlist.xml index c23e764b..2555687d 100644 --- a/subsonic-android/res/layout/select_playlist.xml +++ b/subsonic-android/res/layout/select_playlist.xml @@ -4,8 +4,6 @@ android:layout_width="fill_parent"
android:layout_height="fill_parent">
- <include layout="@layout/action_bar"/>
-
<View
android:layout_width="fill_parent"
android:layout_height="1px"
|