Files
UXP/mobile/android/base/resources/layout/as_content.xml
T

8 lines
310 B
XML

<?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>