android_mt6572_jiabo/packages/experimental/PrintService/res/layout/activity_main.xml
2025-09-05 16:56:03 +08:00

13 lines
419 B
XML

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MainActivity" >
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="@string/settings">
</TextView>
</LinearLayout>