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

Commit 741c519c authored by Clara Bayarri's avatar Clara Bayarri
Browse files

Fix empty state Chooser Activity UX

Bug: 26261965
Change-Id: I07680f70442a2f04dfd41d49ba4be327b9ccb38e
parent 0f0ffb04
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -72,7 +72,9 @@

    <TextView android:id="@+id/empty"
              android:layout_width="match_parent"
              android:layout_height="match_parent"
              android:layout_height="wrap_content"
              android:background="@color/white"
              android:elevation="8dp"
              android:layout_alwaysShow="true"
              android:text="@string/noApplications"
              android:padding="32dp"