修改页面的bug

This commit is contained in:
md
2021-07-28 20:26:52 +08:00
parent bdf5032111
commit eb74bad738
22 changed files with 450 additions and 68 deletions

View File

@@ -18,19 +18,19 @@
<ImageView
android:id="@+id/message_final"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_width="50dp"
android:layout_height="50dp"
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"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="20dp"
android:layout_marginLeft="50dp"
android:layout_marginTop="25dp"
android:text="消息"
android:textColor="#000" />
@@ -44,6 +44,7 @@
android:text="全部已读"
android:textColor="@color/black" />
</RelativeLayout>
<com.jcodecraeer.xrecyclerview.XRecyclerView
android:id="@+id/message_recycler"
android:layout_width="match_parent"