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

am: 387a967

* commit '387a967bf1058b3135724f10c429d36e4dd706b4':
  Fix empty state Chooser Activity UX

Change-Id: If8aab899438729880a48d60d0d01ff6e27eda6c0
This commit is contained in:
Clara Bayarri
2016-04-12 17:13:11 +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"