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

Commit 13015cc4 authored by Isaac Katzenelson's avatar Isaac Katzenelson Committed by Android (Google) Code Review
Browse files

Merge "Fix missing quickfix button on tablets"

parents a248f3c1 fe5ee964
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -30,8 +30,9 @@

    <!-- Real list -->
    <ListView android:id="@android:id/list"
        android:layout_weight="1"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_height="0dip"
        android:cacheColorHint="#00000000"
        android:divider="@null"
    />