| 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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 android:textColor="@color/incognito_text" | 71 android:textColor="@color/incognito_text" |
| 72 android:lineSpacingExtra="6sp" /> | 72 android:lineSpacingExtra="6sp" /> |
| 73 | 73 |
| 74 <TextView | 74 <TextView |
| 75 android:id="@+id/learn_more" | 75 android:id="@+id/learn_more" |
| 76 android:layout_width="wrap_content" | 76 android:layout_width="wrap_content" |
| 77 android:layout_height="wrap_content" | 77 android:layout_height="wrap_content" |
| 78 android:background="?attr/listChoiceBackgroundIndicator" | 78 android:background="?attr/listChoiceBackgroundIndicator" |
| 79 android:clickable="true" | 79 android:clickable="true" |
| 80 android:focusable="true" | 80 android:focusable="true" |
| 81 android:fontFamily="sans-serif-medium" | |
| 82 android:text="@string/learn_more" | 81 android:text="@string/learn_more" |
| 83 android:textColor="@color/google_blue_300" | 82 android:textColor="@color/google_blue_300" |
| 84 android:lineSpacingExtra="6sp" /> | 83 android:lineSpacingExtra="6sp" |
| 84 style="@style/RobotoMediumStyle" /> |
| 85 | 85 |
| 86 </LinearLayout> | 86 </LinearLayout> |
| 87 | 87 |
| 88 </org.chromium.chrome.browser.ntp.NewTabPageScrollView> | 88 </org.chromium.chrome.browser.ntp.NewTabPageScrollView> |
| 89 | 89 |
| 90 </org.chromium.chrome.browser.ntp.IncognitoNewTabPageViewMD> | 90 </org.chromium.chrome.browser.ntp.IncognitoNewTabPageViewMD> |
| OLD | NEW |