From d61d142ec1dcc75518822b5856a1f25dcebfe02b Mon Sep 17 00:00:00 2001 From: Martin <13046765170@163.com> Date: Mon, 5 Aug 2024 14:27:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96[=E7=A4=BE=E5=8C=BA=E8=AF=84?= =?UTF-8?q?=E8=AE=BA=E6=8E=92=E7=89=88]=20=E4=BF=AE=E5=A4=8D[=E5=AE=98?= =?UTF-8?q?=E6=96=B9=E9=80=9A=E7=9F=A5-=E2=80=9C=E9=BB=9E=E6=93=8A?= =?UTF-8?q?=E6=9F=A5=E7=9C=8B=E2=80=9D-=E8=8B=B1=E6=96=87=E7=BF=BB?= =?UTF-8?q?=E8=AD=AF]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/res/layout/item_comment_view.xml | 123 +++++++++--------- .../dialog/LiveUserAnchorMsgPopDialog.java | 1 + live/src/main/res/layout/item_sys_msg.xml | 2 +- 3 files changed, 61 insertions(+), 65 deletions(-) diff --git a/common/src/main/res/layout/item_comment_view.xml b/common/src/main/res/layout/item_comment_view.xml index ef0af0cb0..fc77a2ae0 100644 --- a/common/src/main/res/layout/item_comment_view.xml +++ b/common/src/main/res/layout/item_comment_view.xml @@ -11,94 +11,89 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="10dp" - android:orientation="horizontal"> - - + android:orientation="vertical"> + android:layout_width="match_parent" + android:layout_height="wrap_content"> + + + + + + + + + android:textSize="11dp" + android:textStyle="bold" /> - - - - - - - - - + android:textSize="12dp" /> + (); fragmentList.add(new MainMessageChatListFragment(AppManager.getInstance().getLiveActivity())); viewPager.setAdapter(new FragmentStateAdapter((FragmentActivity) AppManager.getInstance().getLiveActivity()) { diff --git a/live/src/main/res/layout/item_sys_msg.xml b/live/src/main/res/layout/item_sys_msg.xml index c6d132a00..015881553 100644 --- a/live/src/main/res/layout/item_sys_msg.xml +++ b/live/src/main/res/layout/item_sys_msg.xml @@ -83,7 +83,7 @@