zxj 1 月之前
父節點
當前提交
47dd9858d2
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      app/src/main/res/layout/content_meeting_detail.xml

+ 2 - 0
app/src/main/res/layout/content_meeting_detail.xml

@@ -151,6 +151,7 @@
                 android:layout_height="wrap_content"
                 android:background="@android:color/white"
                 android:padding="@dimen/spacing_normal"
+                android:visibility="gone"
                 android:orientation="horizontal">
                 <TextView
                     android:layout_width="0dp"
@@ -178,6 +179,7 @@
             </LinearLayout>
             <View
                 android:layout_width="match_parent"
+                android:visibility="gone"
                 android:layout_height="@dimen/split_line"
                 android:background="@color/z_color_split_line_ddd"
                 android:layout_marginStart="@dimen/spacing_normal"