Commit 008781e9 authored by wanglei's avatar wanglei

ui替换

parent 542cb10b
......@@ -35,8 +35,9 @@
android:icon="@mipmap/logo"
android:label="@string/app_name"
android:requestLegacyExternalStorage="true"
android:roundIcon="@mipmap/logo"
android:supportsRtl="true"
android:theme="@style/Theme.SmartCleaner"
android:theme="@style/Theme.SuperFileManager"
android:usesCleartextTraffic="true"
tools:targetApi="31">
<activity
......
......@@ -12,7 +12,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="16dp"
android:layout_marginTop="35dp"
android:layout_marginTop="48dp"
android:text="Document tools"
android:textColor="@color/black"
android:textSize="15sp"
......
......@@ -18,6 +18,7 @@
<com.noober.background.view.BLTextView
android:layout_width="5dp"
android:layout_height="15dp"
android:visibility="gone"
android:layout_gravity="center_vertical"
android:layout_marginStart="15dp"
app:bl_corners_radius="7dp"
......
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Base application theme. -->
<style name="Base.Theme.SmartCleaner" parent="Theme.Material3.DayNight.NoActionBar">
<style name="Base.Theme.SuperFileManager" parent="Theme.Material3.DayNight.NoActionBar">
<!-- Customize your dark theme here. -->
<!-- <item name="colorPrimary">@color/my_dark_primary</item> -->
</style>
......
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Base application theme. -->
<style name="Base.Theme.SmartCleaner" 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> -->
<item name="android:windowBackground">@color/white</item>
<item name="colorPrimary">@color/white</item>
</style>
<style name="Theme.SmartCleaner" parent="Base.Theme.SmartCleaner">
<style name="Theme.SuperFileManager" parent="Base.Theme.SuperFileManager">
</style>
......
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