修改页面bug

This commit is contained in:
md
2021-07-26 21:12:53 +08:00
parent 7339f6ad1d
commit e8537942fc
44 changed files with 455 additions and 185 deletions

View File

@@ -13,6 +13,7 @@
android:background="#fff"
android:paddingTop="@dimen/top_pind_sp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent">
<ImageView
@@ -21,24 +22,27 @@
android:layout_height="wrap_content"
android:layout_marginLeft="10dp"
android:layout_marginTop="10dp"
android:padding="10dp"
android:src="@drawable/ic_arrow_left" />
<!-- style="@style/text_style_toolbar_title"-->
<TextView
android:id="@+id/tv_message"
style="@style/text_style_toolbar_title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="20dp"
android:layout_marginLeft="50dp"
android:text="消息"
android:textColor="#000" />
<TextView
android:id="@+id/tv_read"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="全部已读"
android:layout_marginTop="10dp"
android:textColor="@color/black"
android:layout_alignParentRight="true"
android:layout_marginRight="10dp"/>
android:layout_marginTop="20dp"
android:layout_marginRight="10dp"
android:text="全部已读"
android:textColor="@color/black" />
</RelativeLayout>
<com.jcodecraeer.xrecyclerview.XRecyclerView
android:id="@+id/message_recycler"