conversations-classic/src/main/res/layout/form_boolean.xml

11 lines
450 B
XML
Raw Normal View History

2016-01-23 15:23:23 +00:00
<?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="match_parent"
android:paddingTop="8dp"
android:orientation="vertical">
<CheckBox
android:id="@+id/field"
android:layout_width="match_parent"
2018-03-02 13:42:34 +00:00
android:layout_height="wrap_content"/>
2016-01-23 15:23:23 +00:00
</LinearLayout>