This commit is contained in:
wangcongtao
2020-05-26 19:43:49 +08:00
parent 3d1f805eee
commit f35e1eb301
19 changed files with 71 additions and 278 deletions

View File

@@ -4,10 +4,7 @@
<shape>
<gradient android:angle="0"
android:type="linear"
android:endColor="#11000000"
android:centerY="0.5"
android:centerX="0.5"
android:centerColor="#99000000"
android:endColor="#00000000"
android:startColor="#000000" />
</shape>
</item>

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- module_main_activity_main.xml-->
<dimen name="module_main_map_left_shadow_frame_width">300px</dimen>
<dimen name="module_main_map_left_shadow_frame_width">200px</dimen>
<dimen name="module_main_card_container_marginTop">8px</dimen>
<dimen name="module_main_card_container_width">352px</dimen>
<dimen name="module_main_card_container_height">370px</dimen>

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- module_main_activity_main.xml-->
<dimen name="module_main_map_left_shadow_frame_width">300px</dimen>
<dimen name="module_main_map_left_shadow_frame_width">200px</dimen>
<dimen name="module_main_card_container_marginTop">10px</dimen>
<dimen name="module_main_card_container_width">660px</dimen>
<dimen name="module_main_card_container_height">690px</dimen>

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- module_main_activity_main.xml-->
<dimen name="module_main_map_left_shadow_frame_width">150px</dimen>
<dimen name="module_main_map_left_shadow_frame_width">110px</dimen>
<dimen name="module_main_card_container_marginTop">10px</dimen>
<dimen name="module_main_card_container_width">660px</dimen>
<dimen name="module_main_card_container_height">690px</dimen>