mirror of
https://github.com/fumiama/copymanga.git
synced 2026-06-10 18:40:30 +08:00
v2.2.9
新增 1. 看板娘加载背景 修复 1. 设置输入框无法缩回中部 优化 1. 限用MainActivity弱引用
This commit is contained in:
@@ -14,15 +14,12 @@
|
||||
app:entries="@array/menus"
|
||||
app:entryValues="@array/menu_ids"
|
||||
android:defaultValue="0"/>
|
||||
<SeekBarPreference
|
||||
android:defaultValue="0"
|
||||
android:max="8"
|
||||
<SwitchPreferenceCompat
|
||||
app:iconSpaceReserved="false"
|
||||
app:key="settings_cat_general_sb_card_per_row"
|
||||
app:min="-8"
|
||||
app:showSeekBarValue="true"
|
||||
app:summary="@string/settings_cat_general_sm_card_per_row"
|
||||
app:title="@string/settings_cat_general_sb_card_per_row" />
|
||||
app:key="settings_cat_general_sw_disable_kanban_animation"
|
||||
app:selectable="true"
|
||||
app:summary="@string/settings_cat_general_sm_disable_kanban_animation"
|
||||
app:title="@string/settings_cat_general_sw_disable_kanban_animation" />
|
||||
<EditTextPreference
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
@@ -34,6 +31,15 @@
|
||||
app:enableCopying="true"
|
||||
app:iconSpaceReserved="false"
|
||||
app:key="settings_cat_general_et_app_version" />
|
||||
<SeekBarPreference
|
||||
android:defaultValue="0"
|
||||
android:max="8"
|
||||
app:iconSpaceReserved="false"
|
||||
app:key="settings_cat_general_sb_card_per_row"
|
||||
app:min="-8"
|
||||
app:showSeekBarValue="true"
|
||||
app:summary="@string/settings_cat_general_sm_card_per_row"
|
||||
app:title="@string/settings_cat_general_sb_card_per_row" />
|
||||
</PreferenceCategory>
|
||||
<PreferenceCategory
|
||||
app:iconSpaceReserved="false"
|
||||
|
||||
Reference in New Issue
Block a user