Advertisement
Putra-Kun123

main.xml

Feb 23rd, 2020
8,841
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 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:layout_width="fill_parent"
  4. android:layout_height="fill_parent"
  5. android:gravity="center"
  6. android:orientation="vertical" >
  7.  
  8. <TextView
  9. android:id="@+id/textView1"
  10. android:layout_width="wrap_content"
  11. android:layout_height="wrap_content"
  12. android:text="SELAMAT DATANG DI APLIKASI BAPAK KAU"
  13. android:textColor="#FFFFFF" />
  14.  
  15.  
  16. <ProgressBar
  17. android:id="@+id/progressBar1"
  18. android:layout_width="wrap_content"
  19. android:layout_height="wrap_content" />
  20.  
  21. </LinearLayout>
  22.  
  23. //ig harymalau
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement