1. 分享按钮适配1+16
2. topView蒙层适配
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@drawable/module_ext_share_no_map_click" android:state_pressed="true" />
|
||||
<item android:drawable="@drawable/module_ext_share_no_map" />
|
||||
</selector>
|
||||
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<gradient
|
||||
android:startColor="#000"
|
||||
android:endColor="#00000000"
|
||||
android:angle="-90"/>
|
||||
</shape>
|
||||
Reference in New Issue
Block a user