opt ui:
1. 头像大小及边框 2. toast白天模式背景色
@@ -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>
|
||||
@@ -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>
|
||||
|
After Width: | Height: | Size: 3.1 KiB |
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 2.8 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 2.8 KiB |
|
After Width: | Height: | Size: 7.1 KiB |
|
Before Width: | Height: | Size: 8.8 KiB After Width: | Height: | Size: 5.8 KiB |