Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save pvankouteren/2b7c15fa1a947943759f2f9bd1c8a421 to your computer and use it in GitHub Desktop.
Save pvankouteren/2b7c15fa1a947943759f2f9bd1c8a421 to your computer and use it in GitHub Desktop.
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<PreferenceCategory
android:title="@string/category_title">
<CheckBoxPreference
android:key="preferenceKey"
android:title="@string/preferenceTitle"
android:defaultValue="false"
android:layout="@layout/checkbox_preference"
/>
</PreferenceCategory>
</PreferenceScreen>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment