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
25d13f44c7
commit
7aae03f1f9
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