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

Commit a3101b79 authored by guanxiongliu's avatar guanxiongliu
Browse files

Augmenting touch size for checkbox on quick contact screen

Bug:27294799
Change-Id: I1a3b3b8db94632c65272a052bc27f8e1c823c7e0
parent 4b5b8081
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -62,8 +62,8 @@
        android:id="@+id/suggestion_checkbox"
        android:layout_gravity="center_vertical|end"
        android:layout_alignParentEnd="true"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_width="48dp"
        android:layout_height="48dp"
        android:shadowColor="@color/divider_line_color_light"
        android:layout_marginEnd="@dimen/quickcontact_suggestion_card_checkbox_right_margin"/>