Merge "Fix cut off actions in messaging style" into nyc-dev am: cbfef08990

am: d5d76f6d5c

* commit 'd5d76f6d5c4b36b18ff5129312eb2d2b4aa23fe5':
  Fix cut off actions in messaging style

Change-Id: I7f84c9e30185942c4fb200880718a3b3d272fdd3
This commit is contained in:
Adrian Roos
2016-05-20 22:21:17 +00:00
committed by android-build-merger

View File

@@ -50,7 +50,7 @@
android:layout_height="wrap_content"
android:paddingBottom="@dimen/notification_content_margin_bottom"
android:spacing="@dimen/notification_messaging_spacing"
android:maxHeight="212dp">
android:maxHeight="165dp">
<com.android.internal.widget.ImageFloatingTextView android:id="@+id/inbox_text0"
style="@style/Widget.Material.Notification.MessagingText"
/>