Advertisement
hamidms

inikoding_alert_xml

Sep 29th, 2018
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.59 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout
  3.    xmlns:android="http://schemas.android.com/apk/res/android"
  4.    xmlns:app="http://schemas.android.com/apk/res-auto"
  5.    xmlns:tools="http://schemas.android.com/tools"
  6.    android:orientation="vertical"
  7.    android:gravity="center"
  8.    android:layout_width="match_parent"
  9.    android:layout_height="match_parent"
  10.    tools:context=".MainActivity">
  11.  
  12.     <Button
  13.        android:id="@+id/keluar"
  14.        android:layout_width="wrap_content"
  15.        android:layout_height="wrap_content"
  16.        android:text="Close"/>
  17.  
  18. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement