You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
552 B
20 lines
552 B
<?xml version="1.0" encoding="utf-8"?> |
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" > |
|
|
|
<CheckBoxPreference |
|
android:key="about_checkupdates" |
|
android:title="@string/pref_checkupdates" |
|
android:summary="@string/pref_checkupdates_info" |
|
android:defaultValue="true" /> |
|
|
|
<Preference |
|
android:key="about_sendlog" |
|
android:title="@string/pref_sendlog" |
|
android:summary="@string/pref_sendlog_info"> |
|
</Preference> |
|
|
|
<Preference |
|
android:key="about_about" |
|
android:title="@string/pref_about" /> |
|
|
|
</PreferenceScreen> |