Fixed an issue where the minimum height wasn't applied correctly
Test: send multiple message on same thread, observe normal padding Change-Id: I6d4be7702de0b749963e236cbfa8c1f351742233 Fixes: 35672249
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
<LinearLayout
|
||||
android:id="@+id/notification_action_list_margin_target"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="top"
|
||||
android:layout_marginTop="@dimen/notification_content_margin_top"
|
||||
android:clipToPadding="false"
|
||||
@@ -38,6 +38,7 @@
|
||||
android:paddingStart="@dimen/notification_content_margin_start"
|
||||
android:paddingEnd="@dimen/notification_content_margin_end"
|
||||
android:minHeight="@dimen/notification_min_content_height"
|
||||
android:layout_marginBottom="@dimen/notification_content_margin_bottom"
|
||||
android:clipToPadding="false"
|
||||
android:orientation="vertical"
|
||||
>
|
||||
@@ -49,7 +50,6 @@
|
||||
android:id="@+id/notification_messaging"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingBottom="@dimen/notification_content_margin_bottom"
|
||||
android:spacing="@dimen/notification_messaging_spacing" >
|
||||
<com.android.internal.widget.ImageFloatingTextView android:id="@+id/inbox_text0"
|
||||
style="@style/Widget.Material.Notification.MessagingText"
|
||||
|
||||
Reference in New Issue
Block a user