Added Android code
[wl-app.git] / Android / app / src / main / res / layout / checkbox.xml
diff --git a/Android/app/src/main/res/layout/checkbox.xml b/Android/app/src/main/res/layout/checkbox.xml
new file mode 100644 (file)
index 0000000..7281ca0
--- /dev/null
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<android.support.v7.widget.AppCompatCheckBox
+    xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:app="http://schemas.android.com/apk/res-auto"
+    xmlns:tools="http://schemas.android.com/tools"
+    android:layout_width="wrap_content"
+    android:layout_height="wrap_content"
+    android:textAllCaps="true"
+    android:textColor="@color/white"
+    android:textSize="13dp"
+    app:buttonTint="@color/white"
+    tools:ignore="SpUsage"/>
\ No newline at end of file