修改音乐浮框,分享按钮ui走查问题

This commit is contained in:
tongchenfei
2020-09-16 20:41:06 +08:00
parent 17b4c0f522
commit 31dadd76ce
22 changed files with 6 additions and 46 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 588 B

View File

@@ -1,14 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:angle="180"
android:startColor="#5E6079"
android:endColor="#3F4057"
android:type="linear" />
<corners
android:bottomLeftRadius="@dimen/module_media_window_corner"
android:bottomRightRadius="@dimen/module_media_window_corner"
android:topLeftRadius="@dimen/module_media_window_corner"
android:topRightRadius="@dimen/module_media_window_corner" />
</shape>