Commit 492b23f6 authored by fallenstardust's avatar fallenstardust

添加深色模式下的异画图标

parent 713e089d
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="BaseTheme" parent="Theme.AppCompat"></style>
<style name="BaseTheme" parent="Theme.AppCompat" />
<style name="AppBaseTheme" parent="BaseTheme"></style>
<style name="AppBaseTheme" parent="BaseTheme" />
<style name="AppTheme" parent="AppBaseTheme">
<style name="AppTheme" parent="Theme.AppCompat.DayNight">
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorNavy</item>
<item name="colorAccent">@color/colorAccent</item>
......
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