This commit is contained in:
lixiaopeng
2020-09-04 15:12:00 +08:00
parent 794ede6b43
commit c8fbce4de8
3 changed files with 3 additions and 2 deletions

View File

@@ -90,7 +90,7 @@
android:gravity="center_vertical"
android:maxLines="1"
android:text="东城区北三环中路辅路小黄庄西路68号"
android:textColor="@color/white"
android:textColor="@color/tanlu_white"
android:textSize="@dimen/tanlu_module_full_title_content"
android:textStyle="bold" />

View File

@@ -39,5 +39,6 @@
<color name="color_999999">#999999</color>
<color name="color_99FFFFFF">#99FFFFFF</color>
<color name="color_59FFFFFF">#59FFFFFF</color>
<color name="tanlu_white">#FFFFFF</color>
</resources>

View File

@@ -39,7 +39,7 @@
<dimen name="module_v2x_surrounding_empty_bt_width">150px</dimen>
<dimen name="module_v2x_surrounding_empty_bt_height">48px</dimen>
<dimen name="module_v2x_surrounding_empty_bt_margin_top">32px</dimen>
<dimen name="module_v2x_surrounding_empty_bt_maigin_left">90px</dimen>
<dimen name="module_v2x_surrounding_empty_bt_maigin_left">80px</dimen>
<dimen name="module_v2x_surrounding_root_margin_left">10px</dimen>
<dimen name="module_v2x_surrounding_margin_left">20px</dimen>
<dimen name="module_v2x_surrounding_empty_image_height">190px</dimen>