| OLD | NEW |
| 1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <!-- Copyright 2015 The Chromium Authors. All rights reserved. | 2 <!-- Copyright 2015 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.IncognitoNewTabPageView | 6 <org.chromium.chrome.browser.ntp.IncognitoNewTabPageView |
| 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 android:layout_marginTop="32dp" | 57 android:layout_marginTop="32dp" |
| 58 android:layout_marginBottom="10dp" | 58 android:layout_marginBottom="10dp" |
| 59 android:text="@null" | 59 android:text="@null" |
| 60 android:textColor="#bdbdbd" /> | 60 android:textColor="#bdbdbd" /> |
| 61 | 61 |
| 62 <TextView | 62 <TextView |
| 63 android:id="@+id/learn_more" | 63 android:id="@+id/learn_more" |
| 64 style="@style/IncognitoNewTabLearnMoreLink" | 64 style="@style/IncognitoNewTabLearnMoreLink" |
| 65 android:layout_width="wrap_content" | 65 android:layout_width="wrap_content" |
| 66 android:layout_height="wrap_content" | 66 android:layout_height="wrap_content" |
| 67 android:fontFamily="sans-serif-medium" | |
| 68 android:text="@string/learn_more" | 67 android:text="@string/learn_more" |
| 69 android:textColor="#03a9f4" /> | 68 android:textColor="#03a9f4" /> |
| 70 | 69 |
| 71 </LinearLayout> | 70 </LinearLayout> |
| 72 | 71 |
| 73 </org.chromium.chrome.browser.ntp.NewTabPageScrollView> | 72 </org.chromium.chrome.browser.ntp.NewTabPageScrollView> |
| 74 | 73 |
| 75 </org.chromium.chrome.browser.ntp.IncognitoNewTabPageView> | 74 </org.chromium.chrome.browser.ntp.IncognitoNewTabPageView> |
| OLD | NEW |