<?xml the version=“1.0” Encoding=“utf-8”?>
<android.support.constraint.ConstraintLayout xmlns:Android=“http://schemas.android.com/apk/res/android”
xmlns:App=“http://schemas.android.com/apk/res-auto”
xmlns:equipment=“http://schemas.android.com/tools”
Android:Layout_process=“match parent”
Android:Layout_height=“match parent”
equipment:The reference=“net.simplifiedcoding.firstkotlinapp.MainActivity”>
<Text view
Android:Id=“@ + Id / textView2”
Android:Layout_process=“wrap content”
Android:Layout_height=“wrap content”
Android:The text=“Add new artist”
Android:The text=“@Style / TextAppearance.AppCompat.Headline”
equipment:Layout_editor_absoluteX=“112dp”
equipment:Layout_editor_absoluteY=“16dp”
App:Layout_constraintTop_toTopOf=“Parent”
App:Layout_constraintStart_toStartOf=“Parent”
Android:Layout_marintop=“16dp”
App:Layout_constraintEnd_toEndOf=“Parent” />
<EditText
Android:Id=“@ + id / editTextArtistName”
Android:Layout_process=“0dp”
Android:Layout_height=“wrap content”
Android:Layout_marineand=“8dp”
Android:Layout_marinstart=“8dp”
Android:Layout_marintop=“8dp”
Android:AIIMS=“10”
Android:The hint=“Enter Artist Name”
Android:Type of investment=“textPersonName”
App:Layout_constraintEnd_toEndOf=“Parent”
App:Layout_constraintStart_toStartOf=“Parent”
App:Layout_constraintTop_toBottomOf=“@ + Id / textView2”
equipment:Layout_editor_absoluteX=“8dp”
equipment:Layout_editor_absoluteY=“53dp” />
<Spinner
Android:Id=“@ + Id / spinnergenre”
Android:Layout_process=“0dp”
Android:Layout_height=“wrap content”
Android:Entries=“@ Array / style”
equipment:Layout_editor_absoluteX=“8dp”
equipment:Layout_editor_absoluteY=“107dp”
Android:Layout_marintop=“11dp”
App:Layout_constraintTop_toBottomOf=“@ + id / editTextArtistName”
App:Layout_constraintEnd_toEndOf=“Parent”
App:Layout_constraintStart_toStartOf=“Parent”
Android:Layout_marinstart=“8dp”
Android:Layout_marineand=“8dp” />
<Button
Android:Id=“@ + id / buttonAddArtist”
Android:Layout_process=“0dp”
Android:Layout_height=“wrap content”
Android:Layout_marineand=“8dp”
Android:Layout_marinstart=“8dp”
Android:Layout_marintop=“14dp”
Android:The text=“Add artist”
App:Layout_constraintEnd_toEndOf=“Parent”
App:Layout_constraintStart_toStartOf=“Parent”
App:Layout_constraintTop_toBottomOf=“@ + Id / spinnergenre”
equipment:Layout_editor_absoluteX=“8dp”
equipment:Layout_editor_absoluteY=“145dp” />
<Button
Android:Id=“@ + Id / button view artist”
Android:Layout_process=“0dp”
Android:Layout_height=“wrap content”
Android:Layout_marineand=“8dp”
Android:Layout_marinstart=“8dp”
Android:Layout_marintop=“12dp”
Android:The text=“View artist”
App:Layout_constraintEnd_toEndOf=“Parent”
App:Layout_constraintStart_toStartOf=“Parent”
App:Layout_constraintTop_toBottomOf=“@ + id / buttonAddArtist”
equipment:Layout_editor_absoluteX=“8dp”
equipment:Layout_editor_absoluteY=“205dp” />
Source link