| Index: chrome/android/java/res/layout/new_tab_page_snippets_card.xml
|
| diff --git a/chrome/android/java/res/layout/new_tab_page_snippets_card.xml b/chrome/android/java/res/layout/new_tab_page_snippets_card.xml
|
| index 703bfec4ec77b22c4c1ff6237020ad17d0eb6731..4e92dd5204aae3919b8f5a83cf63fef5726ce669 100644
|
| --- a/chrome/android/java/res/layout/new_tab_page_snippets_card.xml
|
| +++ b/chrome/android/java/res/layout/new_tab_page_snippets_card.xml
|
| @@ -39,12 +39,13 @@
|
| android:id="@+id/article_publisher"
|
| android:layout_width="match_parent"
|
| android:layout_height="wrap_content"
|
| - android:layout_below="@+id/article_snippet"
|
| - android:layout_toStartOf="@+id/article_thumbnail"
|
| android:layout_marginTop="16dp"
|
| + android:layout_alignParentStart="true"
|
| + android:layout_below="@+id/article_snippet"
|
| + android:drawablePadding="8dp"
|
| android:maxLines="1"
|
| android:ellipsize="end"
|
| - android:textSize="14sp"
|
| + android:textSize="12sp"
|
| android:textColor="@color/snippets_publisher_name_color" />
|
|
|
| <ImageView
|
| @@ -57,5 +58,5 @@
|
| android:layout_marginStart="16dp"
|
| android:scaleType="centerCrop"
|
| android:contentDescription="@null"
|
| - android:src="@null"/>
|
| + android:src="@null" />
|
| </RelativeLayout>
|
|
|