11 lines
394 B
XML
11 lines
394 B
XML
<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>
|