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

This commit is contained in:
Adrian Roos
2016-05-20 22:08:35 +00:00
committed by Android (Google) Code Review

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