8 lines
No EOL
364 B
XML
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" /> |