disapp/app/src/main/res/layout/check_forget.xml

13 lines
No EOL
552 B
XML

<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout
xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/CheckForget">
<CheckBox
android:id="@+id/forgetChat"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_margin="@dimen/activity_horizontal_margin"
android:text="@string/Forget" />
</android.support.constraint.ConstraintLayout>