Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:padding="16dp">
- <EditText
- android:id="@+id/etMatricula"
- android:hint="Matricula"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"/>
- <EditText
- android:id="@+id/etMinutos"
- android:hint="Minutos"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:inputType="number"
- android:layout_below="@id/etMatricula"
- android:layout_alignParentStart="true"/>
- </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement