apps-android-commons/commons/res/xml/preferences.xml
2013-04-09 22:56:31 +05:30

11 lines
No EOL
358 B
XML

<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<CheckBoxPreference
android:key="eventLogging"
android:title="@string/preference_tracking"
android:summary="@string/preference_tracking_summary"
android:defaultValue="true"
/>
</PreferenceScreen>