diff --git a/app/src/main/res/layout/mediaplayerinfo_activity.xml b/app/src/main/res/layout/mediaplayerinfo_activity.xml index 08d29c8e1..1d48d1708 100644 --- a/app/src/main/res/layout/mediaplayerinfo_activity.xml +++ b/app/src/main/res/layout/mediaplayerinfo_activity.xml @@ -71,7 +71,7 @@ android:layout_height="wrap_content" android:paddingLeft="8dp" android:paddingRight="8dp" - android:layout_marginBottom="16dp"> + android:layout_marginBottom="4dp"> + + + android:layout_centerVertical="true" /> @@ -178,7 +191,6 @@ android:layout_alignStart="@id/butPlaybackSpeed" android:layout_alignRight="@id/butPlaybackSpeed" android:layout_alignEnd="@id/butPlaybackSpeed" - android:layout_marginTop="-8dp" android:gravity="center" android:text="1.00" android:textSize="12sp" @@ -191,6 +203,7 @@ android:layout_height="@dimen/audioplayer_playercontrols_length" android:layout_toLeftOf="@id/butRev" android:layout_toStartOf="@id/butRev" + android:layout_centerVertical="true" android:background="?attr/selectableItemBackgroundBorderless" android:contentDescription="@string/cast_disconnect_label" android:src="?attr/ic_cast_disconnect" @@ -206,13 +219,14 @@ android:layout_height="@dimen/audioplayer_playercontrols_length" android:layout_toRightOf="@id/butPlay" android:layout_toEndOf="@id/butPlay" - android:layout_marginRight="16dp" - android:layout_marginEnd="16dp" + android:layout_marginRight="8dp" + android:layout_marginEnd="8dp" + android:layout_centerVertical="true" android:background="?attr/selectableItemBackgroundBorderless" android:contentDescription="@string/fast_forward_label" app:srcCompat="?attr/av_fast_forward" android:scaleType="fitCenter" - tools:src="@drawable/ic_av_fast_forward_white_48dp" + tools:srcCompat="@drawable/ic_av_fast_forward_white_48dp" tools:background="@android:color/holo_blue_dark" /> diff --git a/core/src/main/res/values/dimens.xml b/core/src/main/res/values/dimens.xml index ee2c57ac4..bef2d311c 100644 --- a/core/src/main/res/values/dimens.xml +++ b/core/src/main/res/values/dimens.xml @@ -31,6 +31,7 @@ 16dp 48dp + 64dp 16dp 12dp