OsmAnd/OsmAnd-telegram/res/layout/fragment_live_now_tab.xml

15 lines
425 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
2018-06-21 17:47:08 +02:00
<android.support.v7.widget.RecyclerView
android:id="@+id/recycler_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
2018-06-21 17:47:08 +02:00
android:scrollbars="vertical"/>
</LinearLayout>