Created
January 25, 2017 10:18
-
-
Save pvankouteren/2b7c15fa1a947943759f2f9bd1c8a421 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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