Add files via upload

This commit is contained in:
xC3FFF0E 2022-03-01 21:24:44 +08:00 committed by GitHub
parent 2e7eb3fb87
commit d435cd57e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,18 @@
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<TextView
android:id="@+id/changelogs_info"
android:focusable="false"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="8dp"
android:text="INFORMATION"
android:textSize="14sp"
android:textStyle="bold"
android:textColor="#BDBDBD" />
</LinearLayout>