添加项目开发时,xml布局文件设计的辅助草稿文件。方便快捷调整视图控件属性。

This commit is contained in:
2026-07-18 19:23:38 +08:00
parent 927dfc47ff
commit c75344c238
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
</LinearLayout>