mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-23 22:37:54 +03:00
10 lines
492 B
XML
10 lines
492 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<androidx.recyclerview.widget.RecyclerView xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
android:id="@+id/errorRecyclerView"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:clipToPadding="false"
|
||
|
android:padding="16dp"
|
||
|
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" />
|