OsmAnd/OsmAnd/res/layout/recyclerview.xml
2018-03-17 14:07:51 +02:00

8 lines
No EOL
364 B
XML

<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.RecyclerView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/bg_color"
android:clipToPadding="false"
android:orientation="vertical"
android:scrollbars="vertical" />