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

am: d922554

* commit 'd922554f9d24c23302f08d3b2c5470c198cb54d0':
  Fix empty state Chooser Activity UX

Change-Id: Ia6c4bfc22217a2c2888d90bed6fe633a9c1ae62f
This commit is contained in:
Clara Bayarri
2016-04-12 17:07:41 +00:00
committed by android-build-merger

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"