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

Commit

Permalink
A little adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
HChenX committed Feb 8, 2024
1 parent 931d145 commit 46138d9
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_about.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
android:paddingVertical="30dp">

<ImageView
android:background="@drawable/ic_hyperceiler_settings_new_year"
android:background="@drawable/ic_hyperceiler_settings_chinese_new_year"
android:layout_width="100dp"
android:layout_height="100dp" />

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1606,5 +1606,5 @@
<string name="headtip_warn_not_offical_rom">您正在使用的 ROM 来源可能并不是 Xiaomi 官方,部分功能可能会失效,详情请咨询您正在使用 ROM 的提供者。</string>
<string name="headtip_warn_sign_verification_failed">签名校验失败,您当前使用的版本可能并非来自于 Re.chronoRain 的官方版本,可能包含恶意代码,请注意使用安全。</string>

<string name="happy_new_year">甲辰龙年 新年快乐</string>
<string name="happy_chinese_new_year">甲辰龙年 新年快乐</string>
</resources>
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1557,5 +1557,5 @@
<string name="headtip_warn_sign_verification_failed">The signature verification failed, and the current version you are using may not be from the official version of Re.chronoRain, and may contain malicious code.</string>
<string name="tip_default">Tip: Here is the default tip. If you can see me, it means that there is a problem with HyperCeiler, please report it to the developer in a timely and effective manner.</string>

<string name="happy_new_year">Happy Lunar New Year</string>
<string name="happy_chinese_new_year">Happy Chinese New Year</string>
</resources>
2 changes: 1 addition & 1 deletion app/src/main/res/xml/prefs_about.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<SwitchPreference
android:key="prefs_key_various_enable_super_function"
android:layout="@layout/activity_about"
android:summary="@string/happy_new_year" />
android:summary="@string/happy_chinese_new_year" />

<PreferenceCategory android:title="@string/about_developer_title">
<Preference
Expand Down

0 comments on commit 46138d9

Please sign in to comment.