Files
CkCollar_app/app/src/main/res/layout/activity_message_details.xml
fengjignqi 6fc4fc29b9 first
2026-07-30 15:22:32 +08:00

26 lines
1.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<com.ck.ckcollar.app.widget.CKLinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center_horizontal"
android:orientation="vertical"
android:background="@color/backgroundColor"
>
<include layout="@layout/action_bar"></include>
<androidx.core.widget.NestedScrollView
android:paddingHorizontal="20dp"
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.ck.ckcollar.app.widget.CKTextView
android:id="@+id/text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textSize="14sp"
android:textColor="@color/textColor"
></com.ck.ckcollar.app.widget.CKTextView>
</androidx.core.widget.NestedScrollView>
</com.ck.ckcollar.app.widget.CKLinearLayout>