From f87736d0df3c9b67aa542ec5b0c8534c8911500b Mon Sep 17 00:00:00 2001 From: tongchenfei Date: Wed, 27 May 2020 16:47:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E4=BA=AB=E6=A1=86=E5=B8=83=E5=B1=80?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../res/drawable-ldpi/module_share_title_icon.png | Bin 0 -> 182 bytes .../drawable-xhdpi/module_share_title_icon.png | Bin 0 -> 255 bytes .../main/res/layout/launcher_dialog_share_2.xml | 3 +++ 3 files changed, 3 insertions(+) create mode 100644 modules/mogo-module-share/src/main/res/drawable-ldpi/module_share_title_icon.png create mode 100644 modules/mogo-module-share/src/main/res/drawable-xhdpi/module_share_title_icon.png diff --git a/modules/mogo-module-share/src/main/res/drawable-ldpi/module_share_title_icon.png b/modules/mogo-module-share/src/main/res/drawable-ldpi/module_share_title_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..62daa431149ededeca5c31a31d18c14b177d73bf GIT binary patch literal 182 zcmeAS@N?(olHy`uVBq!ia0vp^AhrMp8v_GlM8&;pKn`PZkh>GZx^prwft&(Q7sn6{ z(cXa5d<_O1(x?ALpt(){(SODr*_1qloFPk6oDy5@IkhJ=gl6@Gs1ms)?An-(n! z^jf;b=Rsvo+Li~YXO^(6bc|Y%kg0m}!?L#z&k0;)pRY81Kktm$gL3+ hZulL1sWbB-ucMwy#GH+%egW-f@O1TaS?83{1OUdQMiT%4 literal 0 HcmV?d00001 diff --git a/modules/mogo-module-share/src/main/res/drawable-xhdpi/module_share_title_icon.png b/modules/mogo-module-share/src/main/res/drawable-xhdpi/module_share_title_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..cb48ea6debae1d88686ebb3e3033289216a48631 GIT binary patch literal 255 zcmVPx#xk*GpR7efoR6!1aFbLa>Kh~RPZ~A7H#V#d;1QX(6Ug)rel}$@|pJm;z2@8pn zWO_m^B&+zfzXqsX`Eq65N`e8x3?T75wx(1&VM52MKe9%qO*}NiXhxuyXc#7;ys?z6 z85I+OXI8*FULuAng-B}DC@+y)hbrZbAk;38^z+0MH_qq9`19H2?I~2ry((;iF@F=B z4|QXKhX*dCt~dMVTf%t{4?LqZYwqvV8>)8*X*(LY&<*{3Hwo#rBc}iW002ovPDHLk FV1ik>Wo!Td literal 0 HcmV?d00001 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 d9408ba5b3..7968c777ba 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 @@ -24,6 +24,9 @@ android:layout_height="wrap_content" android:layout_marginTop="@dimen/share_module_title_margin_top" android:text="我要分享" + android:drawableLeft="@drawable/module_share_title_icon" + android:drawableRight="@drawable/module_share_title_icon" + android:drawablePadding="@dimen/dp_40" android:textColor="@color/white" android:textSize="@dimen/share_module_title_content" android:textStyle="bold"