Mujiburrohman

update siswa

Apr 6th, 2019
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.65 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3.    xmlns:app="http://schemas.android.com/apk/res-auto"
  4.    xmlns:tools="http://schemas.android.com/tools"
  5.    android:layout_width="match_parent"
  6.    android:layout_height="match_parent"
  7.    tools:context=".update.UpdateActivity">
  8.  
  9.  
  10.     <RelativeLayout
  11.        android:layout_width="match_parent"
  12.        android:layout_height="match_parent">
  13.  
  14.  
  15.         <EditText
  16.            android:id="@+id/edt_nama_update"
  17.            android:layout_width="match_parent"
  18.            android:layout_height="wrap_content"
  19.            android:ems="10"
  20.            android:inputType="textPersonName" />
  21.         <EditText
  22.            android:layout_below="@+id/edt_nama_update"
  23.            android:id="@+id/edt_kelas_update"
  24.            android:layout_width="match_parent"
  25.            android:layout_height="wrap_content"
  26.            android:ems="10"
  27.            android:inputType="textPersonName" />
  28.         <EditText
  29.            android:layout_below="@+id/edt_kelas_update"
  30.            android:id="@+id/edt_email_update"
  31.            android:layout_width="match_parent"
  32.            android:layout_height="wrap_content"
  33.            android:ems="10"
  34.            android:inputType="textPersonName"/>
  35.  
  36.         <Button
  37.            android:layout_below="@+id/edt_email_update"
  38.            android:id="@+id/btn_update"
  39.            android:layout_width="match_parent"
  40.            android:layout_height="wrap_content"
  41.            android:text="Update" />
  42.  
  43.  
  44.     </RelativeLayout>
  45. </android.support.constraint.ConstraintLayout>
Advertisement
Add Comment
Please, Sign In to add comment