antigipoid

Untitled

Feb 14th, 2016
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2. xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"
  3. android:layout_height="match_parent"
  4. tools:context="crewdev.com.fitness.Fragments.ExercisesFragment">
  5.  
  6. <android.support.v7.widget.RecyclerView
  7. android:id="@+id/rvExercises"
  8. android:layout_width="match_parent"
  9. android:layout_height="match_parent"
  10. android:clipToPadding="false"
  11. android:scrollbars="vertical" />
  12.  
  13. </FrameLayout>
Add Comment
Please, Sign In to add comment