mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Needs some UI love on both selection & intimation, but works otherwise
People can pick from CC BY-SA, CC BY, or CC0. The commons templates
are set using {[self}}, which I think is good enough.
GitHub: https://github.com/wikimedia/apps-android-commons/pull/14
Change-Id: Iffca6f75c63de6fbe61c4dc41b93dd5f692065a5
17 lines
No EOL
518 B
XML
17 lines
No EOL
518 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"
|
|
/>
|
|
<ListPreference
|
|
android:key="defaultLicense"
|
|
android:title="@string/preference_license"
|
|
android:defaultValue="CC BY-SA"
|
|
/>
|
|
|
|
|
|
</PreferenceScreen> |