diff options
author | Scott Jackson <daneren2005@gmail.com> | 2012-09-13 21:20:45 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2012-09-13 21:20:45 -0700 |
commit | d0e7ff24e162532daf90176f21059c06ae0f9e84 (patch) | |
tree | bd448785d4ecff9014a0aef4ed1b36ce4c3932d3 /subsonic-android/res/layout | |
parent | 75a688847ca797905106d95bf6f41660c6ed650b (diff) | |
download | dsub-d0e7ff24e162532daf90176f21059c06ae0f9e84.tar.gz dsub-d0e7ff24e162532daf90176f21059c06ae0f9e84.tar.bz2 dsub-d0e7ff24e162532daf90176f21059c06ae0f9e84.zip |
Finished removing AlbumActivities bottom buttons and integrate them into the Action Bar
Diffstat (limited to 'subsonic-android/res/layout')
-rw-r--r-- | subsonic-android/res/layout/select_album.xml | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/subsonic-android/res/layout/select_album.xml b/subsonic-android/res/layout/select_album.xml index 59860e28..a5802246 100644 --- a/subsonic-android/res/layout/select_album.xml +++ b/subsonic-android/res/layout/select_album.xml @@ -26,54 +26,6 @@ android:layout_weight="1.0"
android:fastScrollEnabled="true"
/>
-
- <LinearLayout android:orientation="horizontal"
- android:layout_marginTop="6dp"
- android:layout_marginBottom="3dp"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content">
-
- <Button android:id="@+id/select_album_pin"
- android:text="@string/common.pin"
- android:textAppearance="?android:attr/textAppearanceSmall"
- android:layout_marginLeft="6dp"
- android:layout_marginRight="3dp"
- android:layout_weight="1"
- android:layout_width="0dp"
- android:layout_height="fill_parent"
- android:visibility="gone"/>
-
- <Button android:id="@+id/select_album_unpin"
- android:text="@string/common.unpin"
- android:textAppearance="?android:attr/textAppearanceSmall"
- android:layout_marginLeft="3dp"
- android:layout_marginRight="3dp"
- android:layout_weight="1"
- android:layout_width="0dp"
- android:layout_height="fill_parent"
- android:visibility="gone"/>
-
- <Button android:id="@+id/select_album_delete"
- android:text="@string/common.delete"
- android:textAppearance="?android:attr/textAppearanceSmall"
- android:layout_marginLeft="3dp"
- android:layout_marginRight="6dp"
- android:layout_weight="1"
- android:layout_width="0dp"
- android:layout_height="fill_parent"
- android:visibility="gone"/>
-
- <Button android:id="@+id/select_album_play_last"
- android:text="@string/common.play_last"
- android:textAppearance="?android:attr/textAppearanceSmall"
- android:visibility="gone"
- android:layout_marginLeft="3dp"
- android:layout_marginRight="6dp"
- android:layout_weight="1"
- android:layout_width="0dp"
- android:layout_height="fill_parent"/>
-
- </LinearLayout>
<include layout="@layout/button_bar"/>
|