mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
11 lines
No EOL
358 B
XML
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> |