blob: e91e00023f47216250af08a1e569b32b9d5f09f8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
<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=".UnifiedInboxActivity">
<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>
|