Skip to content

Commit 99eb443

Browse files
authored
Merge pull request #7978 from vector-im/yostyle/voicebroadcast_playback_buttons
2 parents e32417d + ca28c24 commit 99eb443

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

changelog.d/7929.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Tapping slightly left or right of the 30s buttons highlights the whole cell instead of registering as button presses

vector/src/main/res/layout/item_timeline_event_voice_broadcast_listening_stub.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@
105105

106106
<ImageButton
107107
android:id="@+id/fastBackwardButton"
108-
android:layout_width="24dp"
109-
android:layout_height="24dp"
108+
android:layout_width="@dimen/voice_broadcast_player_button_size"
109+
android:layout_height="@dimen/voice_broadcast_player_button_size"
110110
android:background="@drawable/bg_rounded_button"
111111
android:contentDescription="@string/a11y_voice_broadcast_fast_backward"
112112
android:src="@drawable/ic_player_backward_30"
@@ -126,8 +126,8 @@
126126

127127
<ImageButton
128128
android:id="@+id/fastForwardButton"
129-
android:layout_width="24dp"
130-
android:layout_height="24dp"
129+
android:layout_width="@dimen/voice_broadcast_player_button_size"
130+
android:layout_height="@dimen/voice_broadcast_player_button_size"
131131
android:background="@drawable/bg_rounded_button"
132132
android:contentDescription="@string/a11y_voice_broadcast_fast_forward"
133133
android:src="@drawable/ic_player_forward_30"

0 commit comments

Comments
 (0)