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

Commit fe5ee964 authored by Isaac Katzenelson's avatar Isaac Katzenelson
Browse files

Fix missing quickfix button on tablets

Bug: 5155992 No option to copy searched GAL contacts in portrait mode on Stingray 7"
Change-Id: Iaed7110b5c581f68a4064c6807291770356f2c2b
parent 638274a8
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"
    />