Merge pull request #7978 from vector-im/yostyle/voicebroadcast_playback_buttons

This commit is contained in:
Yoan Pintas 2023-01-20 08:17:56 +00:00 committed by GitHub
commit 99eb443f0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"