mouhsineelachbi

mainActivtyXML

Apr 1st, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.68 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout
  3.    xmlns:android="http://schemas.android.com/apk/res/android"
  4.    xmlns:tools="http://schemas.android.com/tools"
  5.    xmlns:app="http://schemas.android.com/apk/res-auto"
  6.    android:layout_width="match_parent"
  7.    android:layout_height="match_parent"
  8.    app:layout_behavior="@string/appbar_scrolling_view_behavior"
  9.    tools:showIn="@layout/activity_main"
  10.    tools:context=".MainActivity">
  11.  
  12.     <android.support.v7.widget.RecyclerView
  13.        android:id="@+id/recycler_view"
  14.        android:layout_width="match_parent"
  15.        android:layout_height="wrap_content"
  16.        android:scrollbars="vertical" />
  17.  
  18. </RelativeLayout>
Add Comment
Please, Sign In to add comment