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

Commit cc26b460 authored by zachh's avatar zachh Committed by Copybara-Service
Browse files

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

Accomplished by replacing margin with padding.

TEST=manual
Bug: 77812328
Test: manual
PiperOrigin-RevId: 192818386
Change-Id: Iaf58b8460c18259a0472fd154695238c7e93a489
parent d4a44ad5
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"