Commit 2ba70ad5 authored by mengcuiguang's avatar mengcuiguang

图片优化

parent c27e1ebd
......@@ -3,6 +3,6 @@
<!-- Non focused states -->
<item android:color="@color/main_mints" android:state_selected="true" />
<item android:color="@color/black_text" android:state_selected="false" />
<item android:color="@color/main_text_color" android:state_selected="false" />
</selector>
\ No newline at end of file
......@@ -29,6 +29,7 @@
android:layout_width="50pt"
android:layout_height="50pt"
android:layout_marginLeft="30pt"
android:visibility="gone"
android:layout_marginRight="16pt"
android:src="@mipmap/ic_main_msg" />
......
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="main_mints">#187CFB</color>
<color name="main_mints">#23baeb</color>
<color name="main_mints_blue">#172b54</color>
<color name="white">#FFFFFF</color>
<color name="graygai">#D9D9D9</color>
......@@ -155,4 +155,5 @@
<color name="vip_text_color">#b66c35</color>
<color name="vip_adapter_color">#283041</color>
<color name="legalright_bg_color">#384051</color>
<color name="main_text_color">#8a8a8a</color>
</resources>
\ No newline at end of file
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