mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Fixed missing margin in media grid for audio files
This commit is contained in:
parent
056aa8571a
commit
b993ba78cf
1 changed files with 1 additions and 0 deletions
|
|
@ -51,6 +51,7 @@
|
|||
android:id="@+id/audio_file"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="0dp"
|
||||
android:layout_margin="1dp"
|
||||
android:adjustViewBounds="true"
|
||||
android:padding="18dp"
|
||||
android:background="@drawable/shape_squircle_main2_200"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue