diff --git a/gradle.properties b/gradle.properties index fff8943382..508e9cb34b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/modules/mogo-module-share/src/main/res/drawable-ldpi/share_seek_help.png b/modules/mogo-module-share/src/main/res/drawable-ldpi/share_seek_help.png new file mode 100644 index 0000000000..ea957614d1 Binary files /dev/null and b/modules/mogo-module-share/src/main/res/drawable-ldpi/share_seek_help.png differ diff --git a/modules/mogo-module-share/src/main/res/drawable-xhdpi/share_seek_help.png b/modules/mogo-module-share/src/main/res/drawable-xhdpi/share_seek_help.png new file mode 100644 index 0000000000..a972e43c36 Binary files /dev/null and b/modules/mogo-module-share/src/main/res/drawable-xhdpi/share_seek_help.png differ diff --git a/modules/mogo-module-share/src/main/res/layout/launcher_dialog_share_2.xml b/modules/mogo-module-share/src/main/res/layout/launcher_dialog_share_2.xml index 06ea3db506..016a0821c5 100644 --- a/modules/mogo-module-share/src/main/res/layout/launcher_dialog_share_2.xml +++ b/modules/mogo-module-share/src/main/res/layout/launcher_dialog_share_2.xml @@ -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 @@