1. 头像大小及边框
2. toast白天模式背景色
This commit is contained in:
tongchenfei
2020-12-01 15:55:43 +08:00
parent e7d84bdc5d
commit 93bdd4b42a
21 changed files with 35 additions and 23 deletions

View File

@@ -1,8 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="90dp" />
<gradient
android:angle="180"
android:endColor="#E5F5F5F5"
android:startColor="#FFFFFFFF" />
<solid android:color="#d8000000" />
</shape>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="modules_commons_toast_text_color_light">#FF333333</color>
<color name="modules_commons_toast_text_color_light">#fff</color>
<color name="module_commons_dlg_bkg_light">#66000000</color>
<color name="module_commons_wm_dialog_text_textColor_light">#333333</color>
</resources>

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.8 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB