aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/res/layout/download_media_buttons.xml
diff options
context:
space:
mode:
Diffstat (limited to 'subsonic-android/res/layout/download_media_buttons.xml')
-rw-r--r--subsonic-android/res/layout/download_media_buttons.xml61
1 files changed, 0 insertions, 61 deletions
diff --git a/subsonic-android/res/layout/download_media_buttons.xml b/subsonic-android/res/layout/download_media_buttons.xml
deleted file mode 100644
index 1835a373..00000000
--- a/subsonic-android/res/layout/download_media_buttons.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="horizontal"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:background="@android:color/transparent">
-
- <ImageButton
- style="@style/PlaybackControl.Small"
- android:id="@+id/download_repeat"
- android:src="?attr/media_button_repeat_off"
- android:layout_alignParentLeft="true"
- android:layout_centerVertical="true"
- />
-
- <github.daneren2005.dsub.view.AutoRepeatButton
- style="@style/PlaybackControl"
- android:id="@+id/download_previous"
- android:src="?attr/media_button_backward"
- android:layout_toLeftOf="@+id/download_pause"
- android:layout_centerVertical="true"
- />
-
- <ImageButton
- style="@style/PlaybackControl"
- android:id="@+id/download_pause"
- android:src="?attr/media_button_pause"
- android:layout_centerInParent="true"
- />
-
- <ImageButton
- style="@style/PlaybackControl"
- android:id="@+id/download_stop"
- android:src="?attr/media_button_stop"
- android:layout_centerInParent="true"
- />
-
- <ImageButton
- style="@style/PlaybackControl"
- android:id="@+id/download_start"
- android:src="?attr/media_button_start"
- android:layout_centerInParent="true"
- />
-
- <github.daneren2005.dsub.view.AutoRepeatButton
- style="@style/PlaybackControl"
- android:id="@+id/download_next"
- android:src="?attr/media_button_forward"
- android:layout_toRightOf="@+id/download_start"
- android:layout_centerVertical="true"
- />
-
- <ImageButton
- style="@style/PlaybackControl.Small"
- android:id="@+id/download_toggle_list"
- android:src="@drawable/action_toggle_list"
- android:layout_alignParentRight="true"
- android:layout_centerVertical="true"
- />
-</RelativeLayout> \ No newline at end of file