Advertisement
Guest User

activity_main2

a guest
Feb 21st, 2020
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.67 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout  
  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:layout_width="match_parent"
  7.     android:layout_height="match_parent"
  8.     tools:context=".MainActivity2">
  9.  
  10.  
  11.     <TextView
  12.         android:id="@+id/textView"
  13.         android:textSize="30sp"
  14.         android:layout_centerHorizontal="true"
  15.         android:layout_centerVertical="true"
  16.         android:layout_width="wrap_content"
  17.         android:layout_height="wrap_content"
  18.         android:text="Activity ke 2" />
  19.  
  20.  
  21.  
  22. </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement