Guest User

activity_main.xml

a guest
Apr 8th, 2017
9,242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.90 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:orientation="vertical"
  4.               android:layout_width="match_parent"
  5.               android:layout_height="match_parent"
  6.               android:background="@color/colorPrimary"
  7.  
  8.         >
  9.  
  10.  
  11.     <TextView
  12.             android:text="TextView"
  13.             android:layout_width="wrap_content"
  14.             android:layout_height="wrap_content"
  15.             android:padding="50dp"
  16.             android:id="@+id/textView"
  17.             android:layout_alignParentTop="true"
  18.             android:layout_alignParentLeft="true"
  19.             android:layout_alignParentStart="true"
  20.             android:layout_marginLeft="103dp"
  21.             android:layout_marginTop="236dp"
  22.             android:textStyle="bold"
  23.             android:textColor="@color/whiteColor"/>
  24. </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment