Update fastBackward and fastForward button sizes

This commit is contained in:
yostyle 2023-01-19 12:35:53 +01:00
parent 2ee51ecc92
commit ca28c24818
2 changed files with 5 additions and 4 deletions

1
changelog.d/7929.misc Normal file
View File

@ -0,0 +1 @@
Tapping slightly left or right of the 30s buttons highlights the whole cell instead of registering as button presses

View File

@ -105,8 +105,8 @@
<ImageButton
android:id="@+id/fastBackwardButton"
android:layout_width="24dp"
android:layout_height="24dp"
android:layout_width="@dimen/voice_broadcast_player_button_size"
android:layout_height="@dimen/voice_broadcast_player_button_size"
android:background="@drawable/bg_rounded_button"
android:contentDescription="@string/a11y_voice_broadcast_fast_backward"
android:src="@drawable/ic_player_backward_30"
@ -126,8 +126,8 @@
<ImageButton
android:id="@+id/fastForwardButton"
android:layout_width="24dp"
android:layout_height="24dp"
android:layout_width="@dimen/voice_broadcast_player_button_size"
android:layout_height="@dimen/voice_broadcast_player_button_size"
android:background="@drawable/bg_rounded_button"
android:contentDescription="@string/a11y_voice_broadcast_fast_forward"
android:src="@drawable/ic_player_forward_30"