完成小地图样式修改

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

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>

View File

@@ -12,7 +12,7 @@
android:layout_width="@dimen/module_small_map_view_border_width"
android:layout_height="@dimen/module_small_map_view_border_height"
android:layout_centerInParent="true"
android:background="@drawable/bg_module_small_map_view_border" />
android:background="@drawable/module_small_map_view_border" />
<com.mogo.module.common.view.RoundLayout
android:id="@+id/rlSmallMapBorder"

View File

@@ -3,11 +3,11 @@
<dimen name="module_small_map_border_view_width">400px</dimen>
<dimen name="module_small_map_border_view_height">400px</dimen>
<dimen name="module_small_map_view_border_width">260px</dimen>
<dimen name="module_small_map_view_border_height">260px</dimen>
<dimen name="module_small_map_view_border_width">288px</dimen>
<dimen name="module_small_map_view_border_height">288px</dimen>
<dimen name="module_small_map_view_width">250px</dimen>
<dimen name="module_small_map_view_height">250px</dimen>
<dimen name="module_small_map_view_width">270px</dimen>
<dimen name="module_small_map_view_height">270px</dimen>
<dimen name="module_small_map_view_x">1620px</dimen>
<dimen name="module_small_map_view_y">780px</dimen>