<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:padding="0dp"
    tools:context="org.rssin.android.HomeScreenActivity.AllFeedsFragment">

    <android.support.v7.widget.RecyclerView
        android:id="@+id/unified_inbox_feeditems"
        android:scrollbars="vertical"
        android:layout_width="match_parent"
        android:layout_height="match_parent"/>

</RelativeLayout>