mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-16 20:10:04 +03:00
Update fastBackward and fastForward button sizes
This commit is contained in:
parent
2ee51ecc92
commit
ca28c24818
2 changed files with 5 additions and 4 deletions
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…
Add table
Reference in a new issue