Guest User

Untitled

a guest
Dec 20th, 2015
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.47 KB | None | 0 0
  1. <TextView
  2.    android:id="@+id/txtName"
  3.    android:layout_width="fill_parent"
  4.    android:layout_height="fill_parent"
  5.    android:gravity="center_vertical"
  6.    android:layout_alignParentTop="true"
  7.    android:layout_alignParentBottom="true"
  8.    android:textStyle="bold"
  9.    android:textSize="22dp"
  10.    android:textColor="#000000"
  11.    android:layout_marginTop="5dp"
  12.    android:layout_marginBottom="5dp"
  13.    xmlns:android="http://schemas.android.com/apk/res/android" />
Advertisement
Add Comment
Please, Sign In to add comment