mirror of
https://github.com/FatttSnake/OxygenToolbox.git
synced 2026-04-06 10:01:26 +08:00
Optimized language, attr, themes, colors.
Change the way to launch tool activity.
This commit is contained in:
@@ -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" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user