Guest User

Untitled

a guest
Jan 22nd, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. <TextView
  2. android:layout_width="match_parent"
  3. android:layout_height="match_parent"
  4. android:layout_marginTop="20dp"
  5. android:gravity="center"
  6. android:text="@string/Mensagem_Principal"
  7. android:textSize="30sp"
  8. android:textStyle="bold" />
  9.  
  10. <TextView
  11. android:layout_width="match_parent"
  12. android:layout_height="match_parent"
  13. android:layout_marginTop="10dp"
  14. android:gravity="center"
  15. tools:text="Selecione a Categoria:"
  16. android:textStyle="bold"/>
  17.  
  18.  
  19.  
  20. <ListView
  21. android:id="@+id/listviewCat"
  22. android:layout_width="match_parent"
  23. android:layout_height="match_parent"
  24. android:gravity="center"
  25. android:text="@string/Categoria"
  26.  
  27. />
Add Comment
Please, Sign In to add comment