summaryrefslogtreecommitdiffstats
path: root/mobile/android/base/resources/layout/as_content.xml
blob: 780d00beb75f08eaa8a7dcdb6a08822251b7f167 (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android">

    <android.support.v7.widget.RecyclerView
        android:id="@+id/activity_stream_main_recyclerview"
        android:layout_width="match_parent"
        android:layout_height="match_parent"/>
</merge>