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

am: b7894e1804

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

Change-Id: I5856db22351a0f391666edc52019cbf34c2b524e
This commit is contained in:
Adrian Roos
2016-05-20 22:26:53 +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"
/>