Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 780ffa16 authored by Steve Elliott's avatar Steve Elliott
Browse files

Fix padding for conversation app name

This was meant to be included in a later patchset for ag/11272557

Bug: 154511267
Test: manual, visual
Change-Id: I2397c787b2fdb8b8e0de2ed2b5eff9ca35cd8e19
parent d855da56
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -157,12 +157,13 @@
                    <!-- App Name -->
                    <com.android.internal.widget.ObservableTextView
                        android:id="@+id/app_name_text"
                        android:textAppearance="@style/TextAppearance.DeviceDefault.Notification.Info"
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:layout_marginStart="@dimen/conversation_content_start"
                        android:textSize="12sp"
                        android:layout_marginBottom="16dp"
                        android:textAppearance="@style/TextAppearance.DeviceDefault.Notification.Info"
                        android:layout_gravity="center"
                        android:layout_marginStart="@dimen/notification_header_separating_margin"
                        android:paddingTop="1sp"
                        android:singleLine="true"
                    />

                    <TextView