Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(287)

Side by Side Diff: chrome/android/java/res/layout/new_tab_page_incognito_md.xml

Issue 2968483002: Improve the "Learn more" link on the Incognito New Tab page. (Closed)
Patch Set: Rebase. Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/ntp/IncognitoNewTabPageView.java » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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>
OLDNEW
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/ntp/IncognitoNewTabPageView.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698