Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2090ec47 authored by Philip P. Moltmann's avatar Philip P. Moltmann Committed by Android (Google) Code Review
Browse files

Merge "Size recyclerview correctly."

parents edfa96fb 0b953a24
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -125,8 +125,8 @@

        <android.support.v7.widget.RecyclerView
            android:id="@+id/preview_content"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:clipToPadding="false"
            android:orientation="vertical">
        </android.support.v7.widget.RecyclerView>