summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/audioplayer_activity.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/audioplayer_activity.xml')
-rw-r--r--app/src/main/res/layout/audioplayer_activity.xml27
1 files changed, 9 insertions, 18 deletions
diff --git a/app/src/main/res/layout/audioplayer_activity.xml b/app/src/main/res/layout/audioplayer_activity.xml
index a879aad55..770ced350 100644
--- a/app/src/main/res/layout/audioplayer_activity.xml
+++ b/app/src/main/res/layout/audioplayer_activity.xml
@@ -24,7 +24,7 @@
android:layout_width="60dp"
android:layout_height="match_parent"
android:layout_alignParentLeft="true"
- android:background="?attr/borderless_button"
+ android:background="?attr/selectableItemBackground"
android:padding="4dp"/>
<ImageButton
@@ -33,7 +33,7 @@
android:layout_width="60dp"
android:layout_height="match_parent"
android:layout_alignParentRight="true"
- android:background="?attr/borderless_button"
+ android:background="?attr/selectableItemBackground"
android:padding="4dp"/>
<TextView
@@ -76,7 +76,7 @@
android:layout_width="80dp"
android:layout_height="match_parent"
android:layout_centerHorizontal="true"
- android:background="?attr/borderless_button"
+ android:background="?attr/selectableItemBackground"
android:src="?attr/av_pause"/>
<ImageButton
@@ -85,8 +85,8 @@
android:layout_width="80dp"
android:layout_height="match_parent"
android:layout_toLeftOf="@id/butPlay"
- android:background="?attr/borderless_button"
- android:src="?attr/av_rewind"/>
+ android:background="?attr/selectableItemBackground"
+ android:src="?attr/av_rew_big"/>
<ImageButton
android:id="@+id/butFF"
@@ -94,8 +94,8 @@
android:layout_width="80dp"
android:layout_height="match_parent"
android:layout_toRightOf="@id/butPlay"
- android:background="?attr/borderless_button"
- android:src="?attr/av_fast_forward"/>
+ android:background="?attr/selectableItemBackground"
+ android:src="?attr/av_ff_big"/>
<Button
android:id="@+id/butPlaybackSpeed"
@@ -103,7 +103,7 @@
android:layout_width="80dp"
android:layout_height="match_parent"
android:layout_toRightOf="@id/butFF"
- android:background="?attr/borderless_button"
+ android:background="?attr/selectableItemBackground"
android:src="?attr/av_fast_forward"
android:textColor="@color/gray"
android:textSize="@dimen/text_size_medium"
@@ -168,15 +168,6 @@
</RelativeLayout>
- <ListView
- android:id="@+id/nav_list"
- android:layout_width="@dimen/drawer_width"
- android:layout_height="match_parent"
- android:layout_gravity="start"
- android:choiceMode="singleChoice"
- android:background="?attr/nav_drawer_background"
- android:scrollbarStyle="outsideOverlay"
- android:paddingLeft="8dp"
- android:paddingRight="8dp"/>
+ <include layout="@layout/nav_list"/>
</android.support.v4.widget.DrawerLayout> \ No newline at end of file