| OLD | NEW |
| 1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <!-- Copyright 2017 The Chromium Authors. All rights reserved. | 2 <!-- Copyright 2017 The Chromium Authors. All rights reserved. |
| 3 Use of this source code is governed by a BSD-style license that can be | 3 Use of this source code is governed by a BSD-style license that can be |
| 4 found in the LICENSE file. --> | 4 found in the LICENSE file. --> |
| 5 | 5 |
| 6 <org.chromium.chrome.browser.ntp.IncognitoNewTabPageViewMD | 6 <org.chromium.chrome.browser.ntp.IncognitoNewTabPageViewMD |
| 7 xmlns:android="http://schemas.android.com/apk/res/android" | 7 xmlns:android="http://schemas.android.com/apk/res/android" |
| 8 xmlns:chrome="http://schemas.android.com/apk/res-auto" | 8 xmlns:chrome="http://schemas.android.com/apk/res-auto" |
| 9 android:id="@+id/ntp_content" | 9 android:id="@+id/ntp_content" |
| 10 android:layout_width="match_parent" | 10 android:layout_width="match_parent" |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 android:layout_height="wrap_content" | 73 android:layout_height="wrap_content" |
| 74 android:textColor="@color/incognito_text" | 74 android:textColor="@color/incognito_text" |
| 75 android:lineSpacingExtra="6sp" /> | 75 android:lineSpacingExtra="6sp" /> |
| 76 | 76 |
| 77 </LinearLayout> | 77 </LinearLayout> |
| 78 | 78 |
| 79 <TextView | 79 <TextView |
| 80 android:id="@+id/learn_more" | 80 android:id="@+id/learn_more" |
| 81 android:layout_width="wrap_content" | 81 android:layout_width="wrap_content" |
| 82 android:layout_height="wrap_content" | 82 android:layout_height="wrap_content" |
| 83 android:background="?attr/listChoiceBackgroundIndicator" | |
| 84 android:clickable="true" | 83 android:clickable="true" |
| 85 android:focusable="true" | 84 android:focusable="true" |
| 86 android:text="@string/learn_more" | 85 android:text="@string/learn_more" |
| 87 android:textColor="@color/google_blue_300" | 86 android:textColor="@color/google_blue_300" |
| 88 android:lineSpacingExtra="6sp" | 87 android:lineSpacingExtra="6sp" /> |
| 89 style="@style/RobotoMediumStyle" /> | |
| 90 | 88 |
| 91 </LinearLayout> | 89 </LinearLayout> |
| 92 | 90 |
| 93 </org.chromium.chrome.browser.ntp.NewTabPageScrollView> | 91 </org.chromium.chrome.browser.ntp.NewTabPageScrollView> |
| 94 | 92 |
| 95 </org.chromium.chrome.browser.ntp.IncognitoNewTabPageViewMD> | 93 </org.chromium.chrome.browser.ntp.IncognitoNewTabPageViewMD> |
| OLD | NEW |