Files
secondo/AndroidGui/Secondroid2/res/layout/activity_test.xml
2026-01-23 17:03:45 +08:00

10 lines
346 B
XML

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/CanvasDrawView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:padding="@dimen/drawview_margin"
tools:context=".CanvasActivity" >
</RelativeLayout>