discord-jadx/app/src/main/res/layout/preference_recyclerview.xml

3 lines
373 B
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.recyclerview.widget.RecyclerView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/recycler_view" android:paddingTop="0dp" android:paddingBottom="0dp" android:clipToPadding="false" android:layout_width="match_parent" android:layout_height="match_parent" style="?attr/preferenceFragmentListStyle"/>