Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
测试结束,已知晓原因,等待修复
Browse files Browse the repository at this point in the history
  • Loading branch information
lingqiqi5211 committed Jul 27, 2023
1 parent e4423d6 commit b59b33e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
android:key="prefs_key_system_ui_statusbar_network_speed_font_size_enable"
android:title="@string/system_ui_statusbar_network_speed_font_size" />

<SeekBarPreferenceEx
<com.sevtinge.cemiuiler.prefs.SeekBarPreferenceEx
android:key="prefs_key_system_ui_statusbar_network_speed_font_size"
android:dependency="prefs_key_system_ui_statusbar_network_speed_font_size_enable"
android:layout="@layout/preference_seekbar_no_padding"
Expand All @@ -36,7 +36,7 @@
android:summary="@string/system_ui_status_bar_no_netspeed_separator_desc"
android:title="@string/system_ui_status_bar_no_netspeed_separator_title" />

<SeekBarPreferenceEx
<com.sevtinge.cemiuiler.prefs.SeekBarPreferenceEx
android:key="prefs_key_system_ui_statusbar_network_speed_update_spacing"
android:title="@string/system_ui_statusbar_network_speed_update_spacing"
android:defaultValue="3"
Expand Down Expand Up @@ -68,7 +68,7 @@
android:key="prefs_key_system_ui_statusbar_network_speed_hide_all"
android:title="@string/system_ui_statusbar_network_speed_hide_all" />

<SeekBarPreferenceEx
<com.sevtinge.cemiuiler.prefs.SeekBarPreferenceEx
android:key="prefs_key_system_ui_statusbar_network_speed_hide_slow"
android:dependency="prefs_key_system_ui_statusbar_network_speed_enable_custom"
android:title="@string/system_ui_statusbar_network_speed_hide_slow"
Expand Down Expand Up @@ -117,7 +117,7 @@
app:entries="@array/system_ui_status_bar_horizontal_align"
app:entryValues="@array/system_ui_status_bar_horizontal_align_value" />

<SeekBarPreferenceEx
<com.sevtinge.cemiuiler.prefs.SeekBarPreferenceEx
android:key="prefs_key_system_ui_statusbar_network_speed_fixedcontent_width"
android:dependency="prefs_key_system_ui_statusbar_network_speed_enable_custom"
android:title="@string/system_ui_statusbar_indicator_fixedcontent_width"
Expand All @@ -130,7 +130,7 @@
app:format="%d dp"
app:showSeekBarValue="true" />

<SeekBarPreferenceEx
<com.sevtinge.cemiuiler.prefs.SeekBarPreferenceEx
android:key="prefs_key_system_ui_statusbar_network_speed_left_margin"
android:dependency="prefs_key_system_ui_statusbar_network_speed_enable_custom"
android:title="@string/left_margin"
Expand All @@ -142,7 +142,7 @@
app:format="%d dp"
app:showSeekBarValue="true" />

<SeekBarPreferenceEx
<com.sevtinge.cemiuiler.prefs.SeekBarPreferenceEx
android:key="prefs_key_system_ui_statusbar_network_speed_right_margin"
android:dependency="prefs_key_system_ui_statusbar_network_speed_enable_custom"
android:title="@string/right_margin"
Expand All @@ -154,7 +154,7 @@
app:format="%d dp"
app:showSeekBarValue="true" />

<SeekBarPreferenceEx
<com.sevtinge.cemiuiler.prefs.SeekBarPreferenceEx
android:dependency="prefs_key_system_ui_statusbar_network_speed_enable_custom"
android:key="prefs_key_system_ui_statusbar_network_speed_vertical_offset"
android:title="@string/vertical_offset"
Expand Down
6 changes: 3 additions & 3 deletions app/src/main/res/xml/various_dialog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
android:defaultValue="0"
app:defaultValueText="@string/array_default"
app:maxValue="100"
app:format="%s dp"
app:format="%d dp"
app:showSeekBarValue="true" />

<SeekBarPreferenceEx
android:key="prefs_key_various_dialog_margin_bottom"
android:title="@string/various_dialog_margin_bottom"
android:summary="@string/various_dialog_margin_bottom_desc"
android:defaultValue="0"
android:format="%d dp"
app:format="%d dp"
app:maxValue="100"
app:showSeekBarValue="true" />

Expand All @@ -38,7 +38,7 @@
android:dependency="prefs_key_various_dialog_window_blur"
android:title="@string/various_dialog_window_blur_radius"
android:defaultValue="60"
app:format="%s dp"
app:format="%d dp"
app:maxValue="300"
app:showSeekBarValue="true" />

Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/xml/various_mipad.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
android:defaultValue="2"
app:entries="@array/mipad_input_bluetooth_version"
app:entryValues="@array/mipad_input_bluetooth_version_value" />

</PreferenceCategory>
<Preference android:enabled="false" />
</PreferenceScreen>
3 changes: 0 additions & 3 deletions app/src/main/res/xml/weather.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<PreferenceCategory>

<DropDownPreference
android:key="prefs_key_weather_device_level"
android:title="@string/weather_device_level_title"
Expand All @@ -11,7 +10,5 @@
app:entryValues="@array/weather_device_level_value" />

</PreferenceCategory>

<Preference android:enabled="false" />

</PreferenceScreen>

0 comments on commit b59b33e

Please sign in to comment.