Advertisement
gurumutant

SMIKFunBike - activity_second.xml

Sep 13th, 2017
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.07 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="com.rplcoders.android.smikfunbike.SecondActivity">
  8.  
  9.     <LinearLayout
  10.        android:layout_width="368dp"
  11.        android:layout_height="495dp"
  12.        android:orientation="vertical"
  13.        tools:layout_editor_absoluteY="8dp"
  14.        tools:layout_editor_absoluteX="8dp">
  15.  
  16.         <TextView
  17.            android:id="@+id/textView7"
  18.            android:layout_width="match_parent"
  19.            android:layout_height="wrap_content"
  20.            android:text="Informasi Pendaftaran"
  21.            android:textAppearance="@style/TextAppearance.AppCompat.Title" />
  22.  
  23.         <TextView
  24.            android:id="@+id/textView8"
  25.            android:layout_width="match_parent"
  26.            android:layout_height="wrap_content"
  27.            android:text="Selamat, Anda sudah terdaftar pada sistem. Berikut adalah data pendaftaran Anda:" />
  28.  
  29.         <TextView
  30.            android:id="@+id/textView9"
  31.            android:layout_width="match_parent"
  32.            android:layout_height="wrap_content" />
  33.  
  34.         <TextView
  35.            android:id="@+id/txtNama"
  36.            android:layout_width="match_parent"
  37.            android:layout_height="wrap_content" />
  38.  
  39.         <TextView
  40.            android:id="@+id/txtAlamat"
  41.            android:layout_width="match_parent"
  42.            android:layout_height="wrap_content" />
  43.  
  44.         <TextView
  45.            android:id="@+id/txtHobi"
  46.            android:layout_width="match_parent"
  47.            android:layout_height="wrap_content" />
  48.  
  49.         <TextView
  50.            android:id="@+id/txtBiaya"
  51.            android:layout_width="match_parent"
  52.            android:layout_height="wrap_content"
  53.            android:text="TextView" />
  54.     </LinearLayout>
  55. </android.support.constraint.ConstraintLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement