Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3bd54dc6 authored by Selim Cinek's avatar Selim Cinek
Browse files

Fixed a bug with the collapsed media template

the buttons could become cut off in case it didn't
have a text.

Change-Id: Ic54a9ffeb02ecff675d60ef0a70593087672e022
Fixes: 27493948
parent b20b75ca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@
        <LinearLayout
            android:id="@+id/media_actions"
            android:layout_width="wrap_content"
            android:layout_height="match_parent"
            android:layout_height="wrap_content"
            android:layout_gravity="bottom|end"
            android:layout_marginStart="10dp"
            android:layout_marginBottom="12dp"