Chromium Code Reviews| Index: chrome/android/java/res/layout/new_tab_page_incognito.xml |
| diff --git a/chrome/android/java/res/layout/new_tab_page_incognito.xml b/chrome/android/java/res/layout/new_tab_page_incognito.xml |
| index 2c0c9e0817fdab2f10760595a3314322e571c95b..84f44dcfe152fd0570949646831265c11662cc61 100644 |
| --- a/chrome/android/java/res/layout/new_tab_page_incognito.xml |
| +++ b/chrome/android/java/res/layout/new_tab_page_incognito.xml |
| @@ -51,30 +51,22 @@ |
| <TextView |
| android:id="@+id/new_tab_incognito_message" |
| + style="@style/IncognitoNewTabMessage" |
| android:layout_width="wrap_content" |
| android:layout_height="wrap_content" |
| android:layout_marginTop="32dp" |
| android:layout_marginBottom="10dp" |
| - android:maxWidth="660dp" |
| - android:singleLine="false" |
| android:text="@null" |
| - android:textColor="#bdbdbd" |
| - android:textSize="14sp" |
| - android:lineSpacingMultiplier="1.2" /> |
| + android:textColor="#bdbdbd" /> |
| <TextView |
| android:id="@+id/learn_more" |
| + style="@style/IncognitoNewTabLearnMoreLink" |
| android:layout_width="wrap_content" |
| android:layout_height="wrap_content" |
| - android:background="?attr/listChoiceBackgroundIndicator" |
| - android:clickable="true" |
| - android:focusable="true" |
| android:fontFamily="sans-serif-medium" |
| - android:padding="16dp" |
| android:text="@string/learn_more" |
| - android:textAllCaps="true" |
| - android:textColor="#03a9f4" |
| - android:textSize="14sp" /> |
| + android:textColor="#03a9f4" /> |
|
dgn
2017/04/15 12:37:04
nit: you're setting the background in the style, w
Theresa
2017/04/17 15:38:08
R.color.incognito_primary_color is used for the in
|
| </LinearLayout> |