Skip to content

Commit

Permalink
Merge pull request #7978 from vector-im/yostyle/voicebroadcast_playba…
Browse files Browse the repository at this point in the history
…ck_buttons
  • Loading branch information
yostyle authored Jan 20, 2023
2 parents e32417d + ca28c24 commit 99eb443
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions changelog.d/7929.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Tapping slightly left or right of the 30s buttons highlights the whole cell instead of registering as button presses
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 99eb443

Please sign in to comment.