Guest User

Untitled

a guest
Oct 19th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 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="wrap_content"
  4. android:layout_height="wrap_content" >
  5.  
  6. <RelativeLayout
  7. android:layout_width="318dp"
  8. android:layout_height="758dp" >
  9.  
  10.  
  11. </RelativeLayout>
  12. </ScrollView>
  13.  
  14. <ScrollView
  15. layoutWidth="match_parent"
  16. layoutHeight="match_parent">
  17.  
  18. <LinearLayout
  19. layoutWidth="match_parent"
  20. layoutHeight="wrap_content">
  21. .....
  22. </LinearLayout>
  23. </ScrollView>
Add Comment
Please, Sign In to add comment