调整命名空间,精简代码

This commit is contained in:
ZhanGSKen
2025-02-04 08:45:08 +08:00
parent dc8f127a8d
commit 3793ae3252
9 changed files with 9 additions and 40 deletions

View File

@@ -1,11 +0,0 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center">
<TextView
android:text="@string/hello_world"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</LinearLayout>