自研地图: v2x事件弹框图标大小修改,视频弹框关闭按钮替换,视频背景色修改
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 2.7 KiB |
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@drawable/module_common_icon_close_vr" android:state_pressed="true" />
|
||||
<item android:drawable="@drawable/module_common_icon_close_vr" android:state_pressed="false" />
|
||||
<item android:drawable="@drawable/module_common_icon_close_vr" />
|
||||
</selector>
|
||||
Reference in New Issue
Block a user