From f8152a414f780d8cbb3d9c53af7491da8ce8cefe Mon Sep 17 00:00:00 2001 From: "hanjoong.cho" Date: Sat, 6 Jan 2018 20:19:24 +0900 Subject: [PATCH] Added missing clickable option to checkbox --- app/src/main/res/layout/item_add_favorite_without_number.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layout/item_add_favorite_without_number.xml b/app/src/main/res/layout/item_add_favorite_without_number.xml index 7bb200db..cc142472 100644 --- a/app/src/main/res/layout/item_add_favorite_without_number.xml +++ b/app/src/main/res/layout/item_add_favorite_without_number.xml @@ -46,6 +46,7 @@ android:layout_alignBottom="@+id/contact_tmb" android:layout_alignParentRight="true" android:layout_alignTop="@+id/contact_tmb" + android:clickable="false" android:gravity="center_vertical"/>