2018-06-05 21:51:08 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout 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=".MainActivity">
|
|
|
|
|
2018-06-07 16:44:43 +02:00
|
|
|
<android.support.v7.widget.RecyclerView
|
|
|
|
android:id="@+id/groups_view"
|
2018-06-05 21:51:08 +02:00
|
|
|
android:layout_width="match_parent"
|
2018-06-07 16:44:43 +02:00
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:scrollbars="vertical" />
|
2018-06-05 21:51:08 +02:00
|
|
|
|
|
|
|
</LinearLayout>
|