Dwitio

activity_data_sekretaris.xml

Feb 20th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:app="http://schemas.android.com/apk/res-auto"
  4. xmlns:tools="http://schemas.android.com/tools"
  5. android:layout_width="match_parent"
  6. android:layout_height="match_parent"
  7. tools:context=".Sekretaris.DataSekretarisActivity"
  8. android:background="@color/colorPrimary">
  9.  
  10. <android.support.v4.widget.SwipeRefreshLayout
  11. android:id="@+id/swipe_refresh"
  12. android:layout_width="match_parent"
  13. android:layout_height="wrap_content">
  14. <android.support.v7.widget.RecyclerView
  15. android:id="@+id/rc_data"
  16. android:layout_width="match_parent"
  17. android:layout_height="match_parent">
  18. </android.support.v7.widget.RecyclerView>
  19. </android.support.v4.widget.SwipeRefreshLayout>
  20. </RelativeLayout>
Add Comment
Please, Sign In to add comment