1. 提升探路和新鲜事依赖版本

2. 修改发起求助图标
This commit is contained in:
tongchenfei
2020-04-16 10:34:30 +08:00
parent ef1b7f3e9c
commit 247e202f0d
4 changed files with 4 additions and 4 deletions

View File

@@ -54,7 +54,7 @@ MOGO_MODULE_GUIDE_VERSION=1.0.0
## 工程外部模块
# 探路
MOGO_MODULE_TANLU_VERSION=1.0.3.2
MOGO_MODULE_TANLU_VERSION=1.0.4.2
# 车聊聊
CARCHATTING_VERSION=1.0.3
# 车聊聊接口
@@ -74,5 +74,5 @@ MOGO_MODULE_PUSH_VERSION=1.0.1
# 广告资源位
MOGO_MODULE_AD_CARD_VERSION=1.0.1
# 新鲜事
MOGO_MODULE_FRESH_NEWS_VERSION=1.0.3.1
MOGO_MODULE_FRESH_NEWS_VERSION=1.0.3.2

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

View File

@@ -83,7 +83,7 @@
android:id="@+id/tvNeedHelp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:drawableTop="@drawable/share_oil_price"
android:drawableTop="@drawable/share_seek_help"
android:drawablePadding="@dimen/share_module_tv_margin_top"
android:gravity="center"
android:text="故障求助"
@@ -98,7 +98,7 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="可以对小智说:上报拥堵、上报交通检查、上报封路"
android:text="可以对小智说:上报拥堵、上报交通检查、上报封路、发起求助"
android:textColor="@color/white_40"
android:textSize="@dimen/share_module_bottom_size"
android:textStyle="bold"