Advertisement
Guest User

Untitled

a guest
Dec 2nd, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <ScrollView
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent"
  5. xmlns:android="http://schemas.android.com/apk/res/android">
  6.  
  7. <android.support.v7.widget.CardView
  8. android:layout_width="match_parent"
  9. android:layout_height="wrap_content"
  10. android:layout_marginRight="50dp"
  11. android:layout_marginLeft="50dp">
  12.  
  13. <TextView
  14. android:layout_width="match_parent"
  15. android:layout_height="wrap_content"
  16. android:background="@color/colorAccent"
  17. android:text="здесь большой текст"/>
  18.  
  19. </android.support.v7.widget.CardView>
  20.  
  21. </ScrollView>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement