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

Commit e3484649 authored by kaiyiz's avatar kaiyiz Committed by Steve Kondik
Browse files

Contacts: The message will disappear after switching to landscape

The height of the ScrollView be set to 0 Pixel after switching to
landscape in the layout xml.

Set the height of the ScrollView.

CRs-Fixed: 539203

Change-Id: I1970d67f349ecd3c7fe58b21c08900c1bd6e9285
parent 7116a774
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@

    <ScrollView android:id="@android:id/empty"
        android:layout_width="match_parent"
        android:layout_height="0px"
        android:layout_height="wrap_content"
        android:fadingEdge="none"
        android:visibility="gone">
        <TextView android:id="@+id/emptyText"