aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/checkboxitem_layout.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/checkboxitem_layout.xml')
-rw-r--r--res/layout/checkboxitem_layout.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/res/layout/checkboxitem_layout.xml b/res/layout/checkboxitem_layout.xml
deleted file mode 100644
index 149bb0d4..00000000
--- a/res/layout/checkboxitem_layout.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical" >
-
- <CheckBox
- android:id="@+id/checkBox_checkboxItem"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginBottom="5dp"
- android:layout_marginTop="5dp"
- android:text="CheckBox" />
-
-</LinearLayout> \ No newline at end of file