From 94eea3aa9093e4f611fc473fdc4acd0eaffb9ecc Mon Sep 17 00:00:00 2001 From: chenjuntao Date: Fri, 29 Nov 2019 18:00:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E5=85=89=E7=8E=AF=E5=8A=A9?= =?UTF-8?q?=E6=89=8Bv3.7.1=E6=B5=8B=E8=AF=95=E6=B1=87=E6=80=BB=E7=9A=84?= =?UTF-8?q?=E7=AC=AC4=E7=82=B9=20https://gitlab.ghzs.com/pm/halo-app-issue?= =?UTF-8?q?s/issues/711?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/res/layout/fragment_subject_tab.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/fragment_subject_tab.xml b/app/src/main/res/layout/fragment_subject_tab.xml index 20e4fd312b..8fa04d1b8b 100644 --- a/app/src/main/res/layout/fragment_subject_tab.xml +++ b/app/src/main/res/layout/fragment_subject_tab.xml @@ -16,9 +16,9 @@ android:id="@+id/subject_tab_line" android:layout_width="match_parent" android:layout_height="1dp" - android:visibility="gone" + android:layout_alignParentBottom="true" android:background="@color/background" - android:layout_alignParentBottom="true" /> + android:visibility="gone" />