10 lines
346 B
XML
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>
|