mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-03-22 20:30:13 +03:00
10 lines
464 B
XML
10 lines
464 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" />
|