Advertisement
moseskarunia

content_main

Aug 16th, 2016
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.87 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.    android:paddingTop="@dimen/activity_vertical_margin"
  9.    app:layout_behavior="@string/appbar_scrolling_view_behavior"
  10.    tools:showIn="@layout/activity_main"
  11.    tools:context="com.example.MainActivity"
  12.    android:background="@color/cardview_dark_background">
  13.  
  14.     <android.support.v7.widget.RecyclerView
  15.        android:layout_width="wrap_content"
  16.        android:layout_height="wrap_content"
  17.        android:id="@+id/recycler_view_timeline"
  18.        android:layout_alignParentTop="true"
  19.        android:layout_centerHorizontal="true" />
  20. </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement