This commit is contained in:
r-ca 2023-12-17 19:26:53 +09:00
parent 3d473ae5c4
commit a459a93d11
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

View File

@ -17,6 +17,21 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical" />
android:orientation="vertical" >
<TextView
android:id="@+id/textView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Manage Page" />
<TextView
android:id="@+id/textView2"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textSize="24sp"
android:text="Placeholder" />
</LinearLayout>
</ScrollView>
</androidx.constraintlayout.widget.ConstraintLayout>