Newer
Older
IrisClient / app / src / main / res / layout / activity_drawing.xml
<?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">

    <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" />

    <View
        android:id="@+id/view"
        android:layout_width="480"
        android:layout_height="320"
        tools:layout_editor_absoluteX="235dp"
        tools:layout_editor_absoluteY="75dp" />

    <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" />

    <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/textView5"
        android:layout_width="375dp"
        android:layout_height="50dp"
        android:text="tiltle"
        tools:layout_editor_absoluteX="234dp"
        tools:layout_editor_absoluteY="16dp" />
</androidx.constraintlayout.widget.ConstraintLayout>