Files
SecurityDefenseDevice/app/src/main/res/layout/item_message_group_title.xml
2026-04-29 15:13:01 +08:00

13 lines
466 B
XML

<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/tvGroupTitle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:layout_marginBottom="10dp"
android:textColor="#666666"
android:textSize="16sp"
android:textStyle="bold"
tools:text="今天" />