update:2020.06.17

fix:优化没有信息时标签不显示
add:
This commit is contained in:
2020-06-17 16:53:52 +08:00
parent 780fb8561b
commit 988c1c9389
7 changed files with 82 additions and 65 deletions

View File

@@ -176,6 +176,7 @@
<RelativeLayout
android:visibility="gone"
android:id="@+id/layout_class"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_30"
@@ -211,6 +212,7 @@
</RelativeLayout>
<RelativeLayout
android:visibility="gone"
android:id="@+id/layout_number"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_30"
@@ -246,6 +248,7 @@
</RelativeLayout>
<RelativeLayout
android:visibility="gone"
android:id="@+id/layout_name"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_30"