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

Commit 7fe60a6f authored by Jason Monk's avatar Jason Monk
Browse files

Fix clipping of large global actions items

Test: visual
Change-Id: I9f652642055d190e2368dab89fe56518fb15eb19
Fixes: 63150552
parent feb5dc3b
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -21,12 +21,11 @@
    android:layout_width="@dimen/global_actions_panel_width"
    android:layout_height="wrap_content"
    android:layout_gravity="center_vertical"
    android:minHeight="?android:attr/listPreferredItemHeight"
    android:minHeight="114dp"
    android:gravity="center"
    android:orientation="vertical"
    android:paddingBottom="24dip"
    android:paddingEnd="8dip"
    android:paddingStart="8dip"
    android:paddingTop="24dip">
    android:paddingStart="8dip">

    <ImageView
        android:id="@*android:id/icon"