Manage your torrents from your Android device
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.

32 lines
1.2 KiB

<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<PreferenceCategory android:title="@string/pref_category">
<net.margaritov.preference.colorpicker.ColorPickerPreference
android:key="color1"
android:title="@string/color1_title"
android:summary="@string/color1_summary"
android:defaultValue="@integer/COLOR_BLACK"
/>
<net.margaritov.preference.colorpicker.ColorPickerPreference
android:key="color2"
android:persistent="false"
android:title="@string/color2_title"
android:summary="@string/color2_summary"
android:defaultValue="@integer/COLOR_GREEN"
/>
<net.margaritov.preference.colorpicker.ColorPickerPreference
android:key="color3"
android:title="@string/color3_title"
android:summary="@string/color3_summary"
android:defaultValue="@integer/COLOR_GREEN"
alphaSlider="true"
/>
<net.margaritov.preference.colorpicker.ColorPickerPreference
android:key="color4"
android:persistent="false"
android:title="@string/color4_title"
android:summary="@string/color4_summary"
android:defaultValue="#0000FF"
/>
</PreferenceCategory>
</PreferenceScreen>