This commit is contained in:
fengjignqi
2026-07-30 15:22:32 +08:00
parent f689e5ae15
commit 6fc4fc29b9
1004 changed files with 49259 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
<?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>