1
0
mirror of https://github.com/fumiama/copymanga.git synced 2026-06-12 11:40:27 +08:00
新增
1. 设置每行显示卡片数
修复
1. 进入我的订阅概率闪退
This commit is contained in:
源文雨
2024-03-17 20:43:41 +09:00
parent aa0190fbb7
commit 9347a8d29d
9 changed files with 93 additions and 78 deletions

View File

@@ -14,6 +14,15 @@
app:entries="@array/menus"
app:entryValues="@array/menu_ids"
android:defaultValue="0"/>
<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"