mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-06-05 21:59:27 +02:00
Added missing clickable option to checkbox
This commit is contained in:
@ -46,6 +46,7 @@
|
|||||||
android:layout_alignBottom="@+id/contact_tmb"
|
android:layout_alignBottom="@+id/contact_tmb"
|
||||||
android:layout_alignParentRight="true"
|
android:layout_alignParentRight="true"
|
||||||
android:layout_alignTop="@+id/contact_tmb"
|
android:layout_alignTop="@+id/contact_tmb"
|
||||||
|
android:clickable="false"
|
||||||
android:gravity="center_vertical"/>
|
android:gravity="center_vertical"/>
|
||||||
|
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
Reference in New Issue
Block a user