Added Android code
[wl-app.git] / Android / app / src / main / res / layout / checkbox.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <android.support.v7.widget.AppCompatCheckBox
3     xmlns:android="http://schemas.android.com/apk/res/android"
4     xmlns:app="http://schemas.android.com/apk/res-auto"
5     xmlns:tools="http://schemas.android.com/tools"
6     android:layout_width="wrap_content"
7     android:layout_height="wrap_content"
8     android:textAllCaps="true"
9     android:textColor="@color/white"
10     android:textSize="13dp"
11     app:buttonTint="@color/white"
12     tools:ignore="SpUsage"/>