From 70fcbbbe1723b13adf67f9ed107f30fc3519a578 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Sat, 12 Sep 2015 19:20:28 +0200 Subject: [PATCH] Add missing file, fixes build and #114 --- .../main/res/layout/item_with_checkbox.xml | 50 +++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 app/src/main/res/layout/item_with_checkbox.xml diff --git a/app/src/main/res/layout/item_with_checkbox.xml b/app/src/main/res/layout/item_with_checkbox.xml new file mode 100644 index 000000000..c166b0aa6 --- /dev/null +++ b/app/src/main/res/layout/item_with_checkbox.xml @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + \ No newline at end of file