mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-15 01:35:07 +08:00
Update fastBackward and fastForward button sizes
This commit is contained in:
parent
2ee51ecc92
commit
ca28c24818
1
changelog.d/7929.misc
Normal file
1
changelog.d/7929.misc
Normal file
@ -0,0 +1 @@
|
||||
Tapping slightly left or right of the 30s buttons highlights the whole cell instead of registering as button presses
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user