mirror of
https://gitea.mayex.net/mayekkuzu/Audinaut.git
synced 2025-01-23 19:44:54 +03:00
Theme tweaks
This commit is contained in:
parent
93658f32d3
commit
bf3233d6b2
@ -4,11 +4,13 @@
|
|||||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:orientation="horizontal">
|
android:orientation="horizontal"
|
||||||
|
android:paddingLeft="10dip"
|
||||||
|
android:paddingRight="10dip">
|
||||||
|
|
||||||
<ImageButton
|
<ImageButton
|
||||||
android:id="@+id/download_repeat"
|
android:id="@+id/download_repeat"
|
||||||
style="@style/PlaybackControl"
|
style="@style/PlaybackControl.Small"
|
||||||
android:layout_alignParentLeft="true"
|
android:layout_alignParentLeft="true"
|
||||||
android:layout_centerVertical="true"
|
android:layout_centerVertical="true"
|
||||||
app:srcCompat="?attr/media_button_repeat_off" />
|
app:srcCompat="?attr/media_button_repeat_off" />
|
||||||
@ -65,7 +67,7 @@
|
|||||||
|
|
||||||
<ImageButton
|
<ImageButton
|
||||||
android:id="@+id/download_toggle_list"
|
android:id="@+id/download_toggle_list"
|
||||||
style="@style/PlaybackControl"
|
style="@style/PlaybackControl.Small"
|
||||||
android:layout_alignParentRight="true"
|
android:layout_alignParentRight="true"
|
||||||
android:layout_centerVertical="true"
|
android:layout_centerVertical="true"
|
||||||
app:srcCompat="?attr/toggle_list" />
|
app:srcCompat="?attr/toggle_list" />
|
||||||
|
Loading…
Reference in New Issue
Block a user