mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 03:18:06 +00:00
Increase play/pause button size in recordings list
This commit is contained in:
parent
f90b518f43
commit
d5f43323a2
1 changed files with 5 additions and 5 deletions
|
|
@ -58,12 +58,12 @@
|
|||
<ImageView
|
||||
android:id="@+id/play_pause"
|
||||
android:onClick="@{() -> model.togglePlayPause()}"
|
||||
android:layout_width="@dimen/icon_size"
|
||||
android:layout_height="@dimen/icon_size"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:layout_width="@dimen/big_icon_size"
|
||||
android:layout_height="@dimen/big_icon_size"
|
||||
android:layout_marginEnd="10dp"
|
||||
android:padding="12dp"
|
||||
android:src="@{model.isPlaying ? @drawable/pause_fill : @drawable/play_fill, default=@drawable/play_fill}"
|
||||
app:layout_constraintTop_toTopOf="@id/title"
|
||||
app:layout_constraintBottom_toBottomOf="@id/title"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:tint="?attr/color_main1_500" />
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue