Merge branch 'feature/dev_skin' into dev

This commit is contained in:
wangcongtao
2020-08-31 10:23:28 +08:00
315 changed files with 5177 additions and 49 deletions

View File

@@ -3,7 +3,7 @@
<item>
<shape>
<corners android:radius="@dimen/module_ext_common_corner" />
<solid android:color="#BF30334C"/>
<solid android:color="@color/module_ext_weather_bkg_color"/>
</shape>
</item>
</selector>

View File

@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="module_ext_color_voice_text">#FFFFFF</color>
<color name="module_ext_weather_bkg_color">#BF30334C</color>
</resources>