Advertisement
iNoobAvicena

pop up

Nov 30th, 2021
995
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.49 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3.    android:orientation="vertical"
  4.    android:layout_gravity="center"
  5.    android:layout_width="320dp"
  6.    android:layout_height="320dp"
  7.    android:background="@drawable/pop_up_modul">
  8.  
  9. <!--    <ImageView-->
  10. <!--        android:id="@+id/imageView"-->
  11. <!--        android:layout_width="wrap_content"-->
  12. <!--        android:layout_height="wrap_content" />-->
  13.  
  14.     <TextView
  15.        android:id="@+id/heading"
  16.        android:layout_marginRight="16dp"
  17.        android:layout_marginLeft="16dp"
  18.        android:layout_width="wrap_content"
  19.        android:layout_height="wrap_content"
  20.        android:layout_marginTop="30dp"
  21.        android:layout_marginBottom="22dp"
  22.        android:layout_gravity="center"
  23.        android:text="Lakukan Panggilan Darurat"
  24.        android:textSize="20dp" />
  25.  
  26.     <Button
  27.        android:id="@+id/call"
  28.        android:layout_width="wrap_content"
  29.        android:layout_height="wrap_content"
  30.        android:layout_gravity="center"
  31.        android:background="@drawable/button_circle" />
  32.  
  33.     <TextView
  34.        android:id="@+id/content"
  35.        android:layout_width="wrap_content"
  36.        android:layout_height="wrap_content"
  37.        android:layout_marginTop="27dp"
  38.        android:layout_marginBottom="20dp"
  39.        android:layout_gravity="center"
  40.        android:text="tahan selama 3 detik"
  41.        android:textSize="14dp" />
  42.  
  43. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement