blob: b8c5e172ccfc72fbe75a548836964046476a9c65 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<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>
|