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

Commit 7c046de1 authored by Matt Pietal's avatar Matt Pietal
Browse files

Sharesheet - Remove extra paddingbottom

Too much padding when there's no title

Bug: 129979196
Test: Visual inspection
Change-Id: Id4704ec7854c096abd84e496c1e8da31865f1caf
parent 501152f9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,6 @@
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:orientation="vertical"
    android:paddingBottom="@dimen/chooser_view_spacing"
    android:background="?android:attr/colorBackgroundFloating">

  <RelativeLayout
@@ -91,6 +90,7 @@
      android:orientation="horizontal"
      android:layout_marginLeft="@dimen/chooser_edge_margin_normal"
      android:layout_marginRight="@dimen/chooser_edge_margin_normal"
      android:layout_marginBottom="@dimen/chooser_view_spacing"
      android:minHeight="80dp"
      android:background="@drawable/chooser_content_preview_rounded"
      android:id="@+id/content_preview_title_layout">