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

Commit 55f3b9a9 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Increased tap target for 3-dot menu in new call log."

parents d4a44ad5 cc26b460
Loading
Loading
Loading
Loading
+3 −8
Original line number Diff line number Diff line
@@ -126,19 +126,14 @@
      android:layout_toEndOf="@+id/contact_photo_view"
      android:ellipsize="end"
      android:singleLine="true"
      android:visibility="gone"/>
      android:visibility="visible"/>

  <ImageView
      android:id="@+id/menu_button"
      android:layout_width="wrap_content"
      android:layout_height="wrap_content"
      android:layout_marginTop="12dp"
      android:layout_marginBottom="12dp"
      android:layout_marginStart="4dp"
      android:layout_marginEnd="4dp"
      android:layout_width="56dp"
      android:layout_height="72dp"
      android:layout_alignParentEnd="true"
      android:layout_centerVertical="true"
      android:padding="12dp"
      android:background="?android:attr/selectableItemBackgroundBorderless"
      android:scaleType="center"
      android:src="@drawable/quantum_ic_more_vert_vd_theme_24"