aboutsummaryrefslogblamecommitdiff
path: root/app/src/main/res/layout/fragment_custom_theme_listing.xml
blob: 4df0fcc2d160754283ac3d45894b397012c62e6f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                                                                                                        
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    tools:context=".fragments.CustomThemeListingFragment">

    <androidx.recyclerview.widget.RecyclerView
        android:id="@+id/recycler_view_customize_theme_listing_activity"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        app:layoutManager="ml.docilealligator.infinityforreddit.customviews.LinearLayoutManagerBugFixed"
        app:layout_behavior="@string/appbar_scrolling_view_behavior" />

</FrameLayout>