From 661afe366d0ae57f144fb752e2abc72b6e76ca05 Mon Sep 17 00:00:00 2001 From: Balakrishnan Date: Sun, 10 Apr 2016 00:59:07 +0530 Subject: [PATCH] Move host item checkbox to left Checkbox's click event has been overridden by scroll bar on the right hence the checkbox moved to left. --- .../main/res/layout/checkable_host_item.xml | 22 +++++++++---------- 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/app/src/main/res/layout/checkable_host_item.xml b/app/src/main/res/layout/checkable_host_item.xml index c25be6f..f4e2702 100644 --- a/app/src/main/res/layout/checkable_host_item.xml +++ b/app/src/main/res/layout/checkable_host_item.xml @@ -7,13 +7,21 @@ android:paddingBottom="4dp" android:paddingTop="4dp"> - + + + + @@ -53,13 +60,4 @@ tools:text="#comment" tools:visibility="visible"/> - - -