Commit 0b730214 authored by wanglei's avatar wanglei

==========混淆脚本前定位=========

parent 213714be
......@@ -11,6 +11,7 @@
<application
android:name=".MyApplication"
android:allowBackup="true"
android:dataExtractionRules="@xml/data_extraction_rules"
android:fullBackupContent="@xml/backup_rules"
......@@ -19,7 +20,7 @@
android:requestLegacyExternalStorage="true"
android:roundIcon="@mipmap/logo"
android:supportsRtl="true"
android:theme="@style/Theme.Smartfilemanager"
android:theme="@style/Theme.Superfilemanager"
tools:targetApi="31">
<activity
android:name=".activity.splash.SplashActivity"
......
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Base application theme. -->
<style name="Base.Theme.Smartfilemanager" parent="Theme.Material3.DayNight.NoActionBar">
<style name="Base.Theme.Superfilemanager" parent="Theme.Material3.DayNight.NoActionBar">
<!-- Customize your light theme here. -->
<!-- <item name="colorPrimary">@color/my_light_primary</item> -->
</style>
<style name="Theme.Smartfilemanager" parent="Base.Theme.Smartfilemanager" />
<style name="Theme.Superfilemanager" parent="Base.Theme.Superfilemanager" />
</resources>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment