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

Commit 9d7394cc authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix padding for conversation app name" into rvc-dev am: 520d7c58

Change-Id: I6c8ebd3dddc4f14ef8c66a12a11bfb7e9aca361c
parents ca09c463 520d7c58
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