From 7eb3e567f69feea2decb3e6cc58e7ef914fb2fbd Mon Sep 17 00:00:00 2001 From: zlzw <583819556@qq.com> Date: Fri, 18 Nov 2022 15:14:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=B8=AA=E4=BA=BA=E5=8D=A1?= =?UTF-8?q?=E7=89=87UI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../res/mipmap-xxhdpi/icon_user_card_t1.png | Bin 0 -> 1096 bytes .../res/mipmap-xxhdpi/icon_user_card_t2.png | Bin 0 -> 1097 bytes .../live/dialog/LiveUserDialogFragment.java | 2 +- .../res/layout/dialog_live_user_bottom_3.xml | 7 +++-- .../main/res/layout/dialog_new_live_user.xml | 28 +++++++++++++----- 5 files changed, 26 insertions(+), 11 deletions(-) create mode 100644 common/src/main/res/mipmap-xxhdpi/icon_user_card_t1.png create mode 100644 common/src/main/res/mipmap-xxhdpi/icon_user_card_t2.png diff --git a/common/src/main/res/mipmap-xxhdpi/icon_user_card_t1.png b/common/src/main/res/mipmap-xxhdpi/icon_user_card_t1.png new file mode 100644 index 0000000000000000000000000000000000000000..21e0e63e78622356ca24bdcf9b5bdfd845a2f058 GIT binary patch literal 1096 zcmeAS@N?(olHy`uVBq!ia0vp^#z3sa!3-odmreEtQjEnx?oJHr&dIz4viAh|gt!6) z|D%H2w{N2gfOzlUzXy_^K7E2neg6Cz!ua;>+jlSka)I;@82AYTKye`R7b^IT0bu$- z^dB$)>H^X*V?Z>j8NYxk;UYlufLtJntRBLKtHESoDu#C2a|UxA6?2QZj^|M~m(-@grlpDqKF*=$c2#}JR>Zzn&GI%FW? zz}+M)`u#|+^mnoE_qwFFKN3^-E6`q~ad^)LCExrEuXu-d=Zp7UR>?hO@Z`jz%d6X_ z_h(Byds`0P6RtKFT*Wcb&X`ZY zh1;y14<4ArspS8Y{+aJIyZ^u=x2~7tLBCDinGB%0A!L z)(v@=zudpnJfFp6$`RI|Dw(@mN_$s}$jzu`eUs~R(AwvNfXvm}MTy(3oo&)pCjCFR z$?ss?l#S6E+n8f|7TBGgAzd=NXRl%L0l7~rRh~(HS=Q2eQ>|h1m2)%XHuPojYz^bP zwOi$n$`OWML)QEGvJRWuqTFirHgx|eZAh04x%`8rD&*XuE7=Y1UUfny4Ebkoc4rEH zEc|x(XKxbMn!U`I%NE_7`f2u!&<)$deAGMA+O7N^F&36@o$;#k*o*w|(Ew5iv7%SzFl2^qoS8BAyE bGwT?HO1>>?=gy1(rXmJUS3j3^P6WGiJ_Ov}DD~)$2EG+PrJ`?tS|Y9XfgH)Y#Dx3;A<-bO5{@K2Du*Bd@Z77mHwhlU!3v2 zvFmcK<8n&(Trz9E?qS^HCo0R^$Ip3Or{(N_e{=huF&N>e8RHf`Olufy>L)8m}F+u%COzF!1w)TVEtrm3J1F^aOul_}F8Ap6OO&p>vPW zKBkS*_qW_CVEy3YuYD`xJtuO!y0J-C zsq}lbwO?!j%a(8te$9wl)$nw~gWjsIpBM$*ciUCWzDKDr@Ak_?kLTIi%!cO@lMOz- zE!bSCb?f7duV?DjWYXKimh3orw~qPq*#kd!m^@!G;Yj68Gs#kppG9xD_a6PHQkvtl qMdV1k($7_Pu~H^W+`W0eaO;Ns(93>Wb|09G7(8A5T-G@yGywodf7Pu3 literal 0 HcmV?d00001 diff --git a/live/src/main/java/com/yunbao/live/dialog/LiveUserDialogFragment.java b/live/src/main/java/com/yunbao/live/dialog/LiveUserDialogFragment.java index 039c8eb6a..1d47e914a 100644 --- a/live/src/main/java/com/yunbao/live/dialog/LiveUserDialogFragment.java +++ b/live/src/main/java/com/yunbao/live/dialog/LiveUserDialogFragment.java @@ -421,7 +421,7 @@ public class LiveUserDialogFragment extends AbsDialogFragment implements View.On if (item != null) { String url = item.getString("display_src"); if (item.containsKey("noble_medal")) { - mNoble.setVisibility(View.VISIBLE); + mNoble.setVisibility(View.GONE); ImgLoader.display(mContext, item.getString("noble_medal"), mNoble); } if (url != null) { diff --git a/live/src/main/res/layout/dialog_live_user_bottom_3.xml b/live/src/main/res/layout/dialog_live_user_bottom_3.xml index 9101ae689..d4a6aeadd 100644 --- a/live/src/main/res/layout/dialog_live_user_bottom_3.xml +++ b/live/src/main/res/layout/dialog_live_user_bottom_3.xml @@ -31,7 +31,7 @@ android:layout_width="13dp" android:layout_height="13dp" android:src="@mipmap/icon_user_dialog_home" - /> + android:visibility="gone" /> diff --git a/live/src/main/res/layout/dialog_new_live_user.xml b/live/src/main/res/layout/dialog_new_live_user.xml index e2c769cc2..cfa62e07d 100644 --- a/live/src/main/res/layout/dialog_new_live_user.xml +++ b/live/src/main/res/layout/dialog_new_live_user.xml @@ -294,15 +294,29 @@ android:layout_marginStart="6dp" android:src="@mipmap/emperor_rom" /> - - + android:layout_marginBottom="15dp"> + + + +