feat: 增加整点报时,增加闹钟
This commit is contained in:
@@ -44,6 +44,10 @@
|
||||
<string name="options_text_default_launcher">设置为默认桌面</string>
|
||||
<string name="enable_text_default_launcher">已设置为默认桌面</string>
|
||||
<string name="disable_text_default_launcher">未设置为默认桌面</string>
|
||||
|
||||
<string name="options_text_hourly_chime">开启整点报时</string>
|
||||
<string name="enable_text_hourly_chime">已开启,整点时将自动语音报时</string>
|
||||
<string name="disable_text_hourly_chime">未开启,整点时将自动语音报时</string>
|
||||
<!--utils end-->
|
||||
|
||||
</resources>
|
||||
|
||||
13
app/src/main/res/values/strings_onnx.xml
Normal file
13
app/src/main/res/values/strings_onnx.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<resources>
|
||||
<!-- <string name="app_name">TTS</string>-->
|
||||
<string name="sid_label">Speaker ID</string>
|
||||
<string name="sid_hint">0</string>
|
||||
<string name="speed_label">Speech speed (large->fast)</string>
|
||||
<string name="speed_hint">1.0</string>
|
||||
<string name="text_hint">Please input your text here</string>
|
||||
<string name="generate">Generate</string>
|
||||
<string name="play">Play</string>
|
||||
<string name="stop">Stop</string>
|
||||
<string name="save">Save</string>
|
||||
<string name="share">Share</string>
|
||||
</resources>
|
||||
@@ -1,12 +1,12 @@
|
||||
<resources>
|
||||
|
||||
<!-- Base application theme. -->
|
||||
<!-- <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">-->
|
||||
<!-- <!– Customize your theme here. –>-->
|
||||
<!-- <item name="colorPrimary">@color/colorPrimary</item>-->
|
||||
<!-- <item name="colorPrimaryDark">@color/colorPrimaryDark</item>-->
|
||||
<!-- <item name="colorAccent">@color/colorAccent</item>-->
|
||||
<!-- </style>-->
|
||||
<!-- <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">-->
|
||||
<!-- <!– Customize your theme here. –>-->
|
||||
<!-- <item name="colorPrimary">@color/colorPrimary</item>-->
|
||||
<!-- <item name="colorPrimaryDark">@color/colorPrimaryDark</item>-->
|
||||
<!-- <item name="colorAccent">@color/colorAccent</item>-->
|
||||
<!-- </style>-->
|
||||
|
||||
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
|
||||
<!-- Customize your theme here. -->
|
||||
@@ -17,6 +17,13 @@
|
||||
|
||||
</style>
|
||||
|
||||
<style name="MaterialTheme" parent="Theme.MaterialComponents.Light.NoActionBar">
|
||||
<item name="colorPrimary">@color/colorPrimary</item>
|
||||
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
|
||||
<item name="colorAccent">@color/colorAccent</item>
|
||||
<item name="backgroundColor">@color/default_background_color</item>
|
||||
</style>
|
||||
|
||||
<style name="AppThemeFitsSystemWindows" parent="Theme.AppCompat.Light.NoActionBar">
|
||||
<!-- Customize your theme here. -->
|
||||
<item name="colorPrimary">@color/colorPrimary</item>
|
||||
|
||||
Reference in New Issue
Block a user