Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. <RelativeLayout
  2. android:id="@+id/relativeLayout2"
  3. android:layout_width="wrap_content"
  4. android:layout_height="wrap_content"
  5. android:layout_centerHorizontal="true"
  6. android:layout_centerVertical="true" >
  7.  
  8. <EditText
  9. android:id="@+id/namefild"
  10. android:layout_width="wrap_content"
  11. android:layout_height="wrap_content"
  12. android:layout_alignParentTop="true"
  13. android:layout_centerHorizontal="true"
  14. android:layout_centerVertical="true"
  15. android:background="@drawable/edittextbackground"
  16. android:hint="Name"
  17. android:paddingLeft="15dp"
  18. android:textColorHint="#e2e0e0" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement