Advertisement
Guest User

Untitled

a guest
Apr 20th, 2014
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <ListView
  2. android:id="@+id/mainText"
  3. android:layout_width="fill_parent"
  4. android:layout_height="wrap_content"
  5. android:layout_centerHorizontal="true"
  6. android:layout_centerVertical="true"
  7. android:paddingLeft="25dp"
  8. android:paddingRight="25dp"
  9. android:text="@string/hello_world" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement