version:1.1.8
fix:修复账号信息不显示 update:主页显示班级
This commit is contained in:
@@ -148,6 +148,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="12dp"
|
||||
android:visibility="gone"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<LinearLayout
|
||||
@@ -250,6 +251,34 @@
|
||||
android:orientation="vertical"
|
||||
android:tag="@string/tag_args_new_xbzq" />
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="12dp"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<ImageView
|
||||
android:layout_width="163dp"
|
||||
android:layout_height="138dp"
|
||||
android:adjustViewBounds="true"
|
||||
android:onClick="onClick"
|
||||
android:scaleType="centerCrop"
|
||||
android:src="@drawable/icon_read_zhtsg"
|
||||
android:tag="@string/tag_args_new_zhtsg_tsg" />
|
||||
|
||||
<ImageView
|
||||
android:layout_width="383dp"
|
||||
android:layout_height="138dp"
|
||||
android:layout_marginStart="9dp"
|
||||
android:adjustViewBounds="true"
|
||||
android:onClick="onClick"
|
||||
android:scaleType="centerCrop"
|
||||
android:src="@drawable/icon_read_syhbg"
|
||||
android:tag="@string/tag_args_new_zhtsg_syhb" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
||||
Reference in New Issue
Block a user