Advertisement
jumpy83

fragment_contact

Jun 15th, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <ScrollView
  3. android:layout_height="match_parent"
  4. android:layout_width="match_parent"
  5. android:fillViewport="true"
  6. android:layout_marginTop="@dimen/abc_action_bar_default_height_material"
  7. xmlns:android="http://schemas.android.com/apk/res/android">
  8.  
  9. <RelativeLayout
  10. xmlns:android="http://schemas.android.com/apk/res/android"
  11. android:layout_width="match_parent"
  12. android:layout_height="match_parent"
  13. android:orientation="vertical">
  14.  
  15. <ListView
  16. xmlns:android="http://schemas.android.com/apk/res/android"
  17. android:id="@+id/listview_contacts"
  18. android:layout_width="match_parent"
  19. android:layout_height="match_parent"
  20. android:gravity="center"
  21. android:horizontalSpacing="4dp"
  22. android:padding="4dp"
  23. android:scrollbars="none"
  24. android:verticalSpacing="4dp" />
  25. </RelativeLayout></ScrollView>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement