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

Commit 4bbc1aad authored by zachh's avatar zachh Committed by android-build-merger
Browse files

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

am: 55f3b9a9

Change-Id: I2cf084be280480023c0d9d4c9b61a0fcd416ff20
parents 1e030659 55f3b9a9
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"