完成小地图样式修改

This commit is contained in:
董宏宇
2021-04-15 12:38:44 +08:00
parent 983aec20c7
commit aeb30d9784
7 changed files with 8 additions and 8 deletions

View File

@@ -10,8 +10,8 @@
android:top="2dp" />
<gradient
android:angle="315"
android:endColor="#284190"
android:startColor="#7997ff"
android:endColor="#151D45"
android:startColor="#151D45"
android:type="linear" />
</shape>
@@ -19,7 +19,7 @@
<!-- 中心背景 -->
<item>
<shape android:shape="oval">
<solid android:color="#3F51B5" />
<solid android:color="#323C6F" />
<corners android:radius="720px" />
</shape>
</item>