summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/drawer_checkbox.xml
blob: 43798ea1e5ef7cdad04f60a4ba29984abec158d4 (plain)
1
2
3
4
5
<?xml version="1.0" encoding="utf-8"?>
<com.google.android.material.checkbox.MaterialCheckBox xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/checkbox"
    android:layout_width="match_parent"
    android:layout_height="wrap_content" />