Advertisement
zza_ibliizt

LoginDatabase home.xml

Dec 19th, 2018
1,281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.69 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3.    android:layout_width="match_parent"
  4.    android:layout_height="match_parent"
  5.    android:background="#00ff00">
  6.     <TextView
  7.        android:layout_width="wrap_content"
  8.        android:layout_height="wrap_content"
  9.        android:layout_centerInParent="true"
  10.        android:text="Berhasil Gan!"
  11.        android:textSize="35dp"/>
  12.     <Button
  13.        android:id="@+id/button_kembali"
  14.        android:layout_width="match_parent"
  15.        android:layout_height="wrap_content"
  16.        android:layout_alignParentBottom="true"
  17.        android:text="Kembali"/>
  18. </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement