From 238bd5e5a49904c632c8398fe3226fea7a80b762 Mon Sep 17 00:00:00 2001 From: liujing Date: Sun, 1 Nov 2020 16:19:07 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=E5=87=BA=E8=A1=8C=E5=8A=A8=E6=80=81-?= =?UTF-8?q?=E7=99=BD=E5=A4=A9=E6=A8=A1=E5=BC=8FUI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mogo-module-v2x/src/main/res/layout/view_history_empty.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mogo-module-v2x/src/main/res/layout/view_history_empty.xml b/modules/mogo-module-v2x/src/main/res/layout/view_history_empty.xml index 4707ce5636..87d8d3951e 100644 --- a/modules/mogo-module-v2x/src/main/res/layout/view_history_empty.xml +++ b/modules/mogo-module-v2x/src/main/res/layout/view_history_empty.xml @@ -35,7 +35,7 @@ android:layout_width="@dimen/v2x_share_btn_width" android:layout_height="@dimen/v2x_share_btn_height" android:layout_marginTop="@dimen/dp_60" - android:background="@drawable/v2xt_dw_common_corner_bkg_dark" + android:background="@drawable/bg_v2x_go_to_share" android:gravity="center" android:text="去分享" android:textColor="#FFFFFF"