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

Commit 520d7c58 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix padding for conversation app name" into rvc-dev

parents 6fc746b5 780ffa16
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