1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2024-09-21 14:29:09 -05:00
wulkanowy-mirror/app/src/main/res/layout/fragment_marks.xml

13 lines
590 B
XML
Raw Normal View History

2017-07-18 13:17:18 -05:00
<android.support.design.widget.CoordinatorLayout 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"
tools:context="io.github.wulkanowy.activity.dashboard.marks.MarksFragment">
2017-07-18 13:17:18 -05:00
<android.support.v7.widget.RecyclerView
android:id="@+id/card_recycler_view"
android:scrollbars="vertical"
android:layout_width="match_parent"
2017-07-18 13:17:18 -05:00
android:layout_height="match_parent"/>
</android.support.design.widget.CoordinatorLayout>