2016-01-08 17:53:53 -05:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent">
|
|
|
|
<CheckBox
|
|
|
|
android:id="@+id/task_confirmation_never"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2016-01-11 17:22:02 -05:00
|
|
|
android:layout_marginStart="@dimen/text_margin"
|
2016-01-08 17:53:53 -05:00
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
android:text="@string/task_confirmation_never_button" />
|
|
|
|
</LinearLayout>
|