| | |
| | | android:layout_height="match_parent" |
| | | android:orientation="vertical"> |
| | | |
| | | <!-- 顶部标题栏 android:background="@android:color/white"--> |
| | | |
| | | <RelativeLayout |
| | | android:id="@+id/titleBarLayout" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="40dp" |
| | | android:elevation="4dp" |
| | | android:padding="8dp"> |
| | | |
| | | <!-- 将已读按钮改为图标 --> |
| | | <ImageButton |
| | | android:id="@+id/clearReadMessagesButton" |
| | | android:layout_width="30dp" |
| | | android:layout_height="30dp" |
| | | android:layout_alignParentEnd="true" |
| | | android:layout_centerVertical="true" |
| | | android:layout_marginEnd="16dp" |
| | | android:background="?attr/selectableItemBackgroundBorderless" |
| | | android:contentDescription="标记所有消息为已读" |
| | | android:padding="8dp" |
| | | android:src="@drawable/reminder_delete" /> |
| | | </RelativeLayout> |
| | | |
| | | <androidx.recyclerview.widget.RecyclerView |
| | | android:id="@+id/reminderRecyclerView" |
| | | android:layout_width="match_parent" |