30 lines
1.1 KiB
XML
30 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
|
<!-- <CheckBoxPreference -->
|
|
<!-- android:defaultValue="false" -->
|
|
<!-- android:key="start_on_boot" -->
|
|
<!-- android:summary="@string/start_on_boot_about" -->
|
|
<!-- android:title="@string/start_on_boot" > -->
|
|
<!-- </CheckBoxPreference> -->
|
|
|
|
<PreferenceScreen android:title="@string/about" >
|
|
<org.RickBarrette.android.LocationRinger.ui.TextViewPreference android:title="@string/hello" />
|
|
</PreferenceScreen>
|
|
|
|
<PreferenceCategory android:title="@string/contact_us" >
|
|
<Preference
|
|
android:key="email"
|
|
android:summary="@string/email_about"
|
|
android:title="@string/email" >
|
|
</Preference>
|
|
</PreferenceCategory>
|
|
<PreferenceCategory android:title="@string/version_info" >
|
|
<com.TwentyCodes.android.exception.VersionInformationPreference />
|
|
<Preference
|
|
android:key="legal"
|
|
android:title="@string/legal" >
|
|
</Preference>
|
|
</PreferenceCategory>
|
|
|
|
</PreferenceScreen> |