Optimized language, attr, themes, colors.

Change the way to launch tool activity.
This commit is contained in:
2022-04-01 14:24:45 +08:00
parent ef235a86aa
commit 6c662f8389
47 changed files with 208 additions and 260 deletions

View File

@@ -22,7 +22,7 @@
<activity
android:name=".MainActivity"
android:exported="true"
android:theme="@style/Theme.OxygenToolbox">
android:theme="@style/Theme.OxygenToolbox.Default">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
@@ -38,7 +38,7 @@
<activity
android:name=".tools.TimeScreenActivity"
android:exported="false"
android:theme="@style/Theme.OxygenToolbox">
android:theme="@style/Theme.OxygenToolbox.Default">
<intent-filter>
<action android:name="activity.timescreen" />