|
|
|
@ -10,25 +10,58 @@
|
|
|
|
|
android:key="@string/p_widget_theme"
|
|
|
|
|
android:title="@string/theme" />
|
|
|
|
|
|
|
|
|
|
<PreferenceCategory android:title="@string/widget_header_settings">
|
|
|
|
|
|
|
|
|
|
<SwitchPreferenceCompat
|
|
|
|
|
android:key="@string/p_widget_show_header"
|
|
|
|
|
android:title="@string/widget_show_header" />
|
|
|
|
|
<PreferenceCategory
|
|
|
|
|
app:key="@string/preferences_advanced"
|
|
|
|
|
app:title="@string/opacity"
|
|
|
|
|
app:initialExpandedChildrenCount="1">
|
|
|
|
|
|
|
|
|
|
<Preference
|
|
|
|
|
android:key="@string/p_widget_color_v2"
|
|
|
|
|
android:title="@string/color" />
|
|
|
|
|
<SeekBarPreference
|
|
|
|
|
android:defaultValue="100"
|
|
|
|
|
android:key="@string/opacity"
|
|
|
|
|
android:max="100"
|
|
|
|
|
app:min="0"
|
|
|
|
|
app:seekBarIncrement="5"
|
|
|
|
|
app:showSeekBarValue="true" />
|
|
|
|
|
|
|
|
|
|
<SeekBarPreference
|
|
|
|
|
android:defaultValue="100"
|
|
|
|
|
android:key="@string/p_widget_header_opacity"
|
|
|
|
|
android:max="100"
|
|
|
|
|
android:title="@string/opacity"
|
|
|
|
|
android:title="@string/opacity_header"
|
|
|
|
|
app:min="0"
|
|
|
|
|
app:seekBarIncrement="5"
|
|
|
|
|
app:showSeekBarValue="true" />
|
|
|
|
|
|
|
|
|
|
<SeekBarPreference
|
|
|
|
|
android:defaultValue="100"
|
|
|
|
|
android:key="@string/p_widget_opacity"
|
|
|
|
|
android:max="100"
|
|
|
|
|
android:title="@string/opacity_row"
|
|
|
|
|
app:min="0"
|
|
|
|
|
app:seekBarIncrement="5"
|
|
|
|
|
app:showSeekBarValue="true" />
|
|
|
|
|
|
|
|
|
|
<SeekBarPreference
|
|
|
|
|
android:defaultValue="100"
|
|
|
|
|
android:key="@string/p_widget_empty_space_opacity"
|
|
|
|
|
android:max="100"
|
|
|
|
|
android:title="@string/opacity_footer"
|
|
|
|
|
app:min="0"
|
|
|
|
|
app:seekBarIncrement="5"
|
|
|
|
|
app:showSeekBarValue="true" />
|
|
|
|
|
|
|
|
|
|
</PreferenceCategory>
|
|
|
|
|
|
|
|
|
|
<PreferenceCategory android:title="@string/widget_header_settings">
|
|
|
|
|
|
|
|
|
|
<SwitchPreferenceCompat
|
|
|
|
|
android:key="@string/p_widget_show_header"
|
|
|
|
|
android:title="@string/widget_show_header" />
|
|
|
|
|
|
|
|
|
|
<Preference
|
|
|
|
|
android:key="@string/p_widget_color_v2"
|
|
|
|
|
android:title="@string/color" />
|
|
|
|
|
|
|
|
|
|
<SwitchPreferenceCompat
|
|
|
|
|
android:key="@string/p_widget_show_menu"
|
|
|
|
|
android:title="@string/widget_show_menu" />
|
|
|
|
@ -41,15 +74,6 @@
|
|
|
|
|
|
|
|
|
|
<PreferenceCategory android:title="@string/widget_row_settings">
|
|
|
|
|
|
|
|
|
|
<SeekBarPreference
|
|
|
|
|
android:defaultValue="100"
|
|
|
|
|
android:key="@string/p_widget_opacity"
|
|
|
|
|
android:max="100"
|
|
|
|
|
android:title="@string/opacity"
|
|
|
|
|
app:min="0"
|
|
|
|
|
app:seekBarIncrement="5"
|
|
|
|
|
app:showSeekBarValue="true" />
|
|
|
|
|
|
|
|
|
|
<SeekBarPreference
|
|
|
|
|
android:defaultValue="16"
|
|
|
|
|
android:key="@string/p_widget_font_size"
|
|
|
|
@ -96,16 +120,7 @@
|
|
|
|
|
|
|
|
|
|
</PreferenceCategory>
|
|
|
|
|
|
|
|
|
|
<PreferenceCategory android:title="@string/widget_empty_space">
|
|
|
|
|
|
|
|
|
|
<SeekBarPreference
|
|
|
|
|
android:defaultValue="100"
|
|
|
|
|
android:key="@string/p_widget_empty_space_opacity"
|
|
|
|
|
android:max="100"
|
|
|
|
|
android:title="@string/opacity"
|
|
|
|
|
app:min="0"
|
|
|
|
|
app:seekBarIncrement="5"
|
|
|
|
|
app:showSeekBarValue="true" />
|
|
|
|
|
<PreferenceCategory android:title="@string/widget_footer_settings">
|
|
|
|
|
|
|
|
|
|
<ListPreference
|
|
|
|
|
android:defaultValue="0"
|
|
|
|
@ -113,7 +128,7 @@
|
|
|
|
|
android:entryValues="@array/widget_empty_click_values"
|
|
|
|
|
android:entries="@array/widget_empty_click_titles"
|
|
|
|
|
android:title="@string/widget_empty_space_on_click"
|
|
|
|
|
android:summary="%s"/>
|
|
|
|
|
android:summary="%s" />
|
|
|
|
|
|
|
|
|
|
</PreferenceCategory>
|
|
|
|
|
|
|
|
|
|