Advertisement
Guest User

Untitled

a guest
Sep 27th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent">
  5.  
  6. <LinearLayout
  7. xmlns:tools="http://schemas.android.com/tools"
  8. style="@style/estiloTela"
  9. android:layout_width="match_parent"
  10. android:layout_height="match_parent"
  11. android:orientation="vertical"
  12. android:weightSum="1">
  13.  
  14. <TextView
  15. android:layout_width="wrap_content"
  16. android:layout_height="wrap_content"
  17. android:text="AAAAAAAAAAA"
  18. android:textColor="@color/primary_text"
  19. android:textSize="15dp" />
  20.  
  21. </LinearLayout>
  22. </ScrollView>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement