Merge "Fix empty state Chooser Activity UX" into nyc-dev

This commit is contained in:
Clara Bayarri
2016-04-12 17:02:26 +00:00
committed by Android (Google) Code Review

View File

@@ -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"