1<?xml version="1.0" encoding="utf-8" ?>
2<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
3             android:layout_height="wrap_content"
4             android:layout_width="match_parent">
5    <CheckBox android:id="@android:id/checkbox"
6              android:layout_height="wrap_content"
7              android:layout_width="match_parent"
8              android:layout_marginHorizontal="24dip"
9              android:layout_marginTop="12dip"
10              android:text="@string/dont_show_again" />
11</FrameLayout>
12