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

Unified 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, 6 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/new_tab_page_incognito_md.xml
diff --git a/chrome/android/java/res/layout/new_tab_page_incognito_md.xml b/chrome/android/java/res/layout/new_tab_page_incognito_md.xml
index c8302c64097edf5a86326eb04e0ef07eaebb67d0..154a115c4d7187ca63a2d2d6cf98a707f209efdd 100644
--- a/chrome/android/java/res/layout/new_tab_page_incognito_md.xml
+++ b/chrome/android/java/res/layout/new_tab_page_incognito_md.xml
@@ -80,13 +80,11 @@
android:id="@+id/learn_more"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:background="?attr/listChoiceBackgroundIndicator"
android:clickable="true"
android:focusable="true"
android:text="@string/learn_more"
android:textColor="@color/google_blue_300"
- android:lineSpacingExtra="6sp"
- style="@style/RobotoMediumStyle" />
+ android:lineSpacingExtra="6sp" />
</LinearLayout>
« 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