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

Commit 0b953a24 authored by Philip P. Moltmann's avatar Philip P. Moltmann
Browse files

Size recyclerview correctly.

Bug: 26769843
Change-Id: I00715ab028f8da10b74db11aaef08843a8cc009f
parent 46125323
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>