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

11 lines
394 B
XML
Raw 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/canvasLayout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/canvas_background"
android:padding="@dimen/drawview_margin"
tools:context=".CanvasActivity" >
</RelativeLayout>