Files
secondo/AndroidGui/Secondroid2/res/layout/activity_test.xml

10 lines
346 B
XML
Raw Permalink Normal View History

2026-01-23 17:03:45 +08:00
<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>