- <?xml version="1.0" encoding="utf-8"?>
- <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- tools:context=".DrawingActivity">
-
- <Button
- android:id="@+id/okButtton"
- android:layout_width="87dp"
- android:layout_height="48dp"
- android:text="OK"
- tools:layout_editor_absoluteX="64dp"
- tools:layout_editor_absoluteY="347dp" />
-
- <Button
- android:id="@+id/clearButton"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="clear"
- tools:layout_editor_absoluteX="62dp"
- tools:layout_editor_absoluteY="280dp" />
-
- <TextView
- android:id="@+id/testText"
- android:layout_width="79dp"
- android:layout_height="45dp"
- android:text="test"
- tools:layout_editor_absoluteX="72dp"
- tools:layout_editor_absoluteY="16dp" />
-
- <TextView
- android:id="@+id/textView4"
- android:layout_width="95dp"
- android:layout_height="51dp"
- android:text="time"
- tools:layout_editor_absoluteX="620dp"
- tools:layout_editor_absoluteY="16dp" />
-
- <TextView
- android:id="@+id/textKeyword"
- android:layout_width="375dp"
- android:layout_height="50dp"
- android:text="keyword"
- tools:layout_editor_absoluteX="234dp"
- tools:layout_editor_absoluteY="16dp" />
-
- <androidx.constraintlayout.widget.ConstraintLayout
- android:id="@+id/canvas"
- android:layout_width="482dp"
- android:layout_height="312dp"
- tools:layout_editor_absoluteX="234dp"
- tools:layout_editor_absoluteY="79dp">
-
- </androidx.constraintlayout.widget.ConstraintLayout>
-
- </androidx.constraintlayout.widget.ConstraintLayout>