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

Unified Diff: chrome/android/java/res/layout/new_tab_page_recycler_view.xml

Issue 2127083002: Ntp, darken the color of the overScroll for the RecyclerView (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: changes Created 4 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 side-by-side diff with in-line comments
Download patch
Index: chrome/android/java/res/layout/new_tab_page_recycler_view.xml
diff --git a/chrome/android/java/res/layout/new_tab_page_recycler_view.xml b/chrome/android/java/res/layout/new_tab_page_recycler_view.xml
index 0aee4e481200cb82f431506e0c808ef2c64dc42e..0e16e120747f29d30d36df8f25bb390eed395684 100644
--- a/chrome/android/java/res/layout/new_tab_page_recycler_view.xml
+++ b/chrome/android/java/res/layout/new_tab_page_recycler_view.xml
@@ -11,4 +11,5 @@
android:layout_height="match_parent"
android:focusable="true"
android:focusableInTouchMode="true"
- android:contentDescription="@string/accessibility_new_tab_page" />
+ android:contentDescription="@string/accessibility_new_tab_page"
+ android:theme="@style/NewTabPageRecyclerView" />
PEConn 2016/07/07 14:01:15 I'm still not fully clear on the difference betwee
mcwilliams 2016/07/08 08:29:30 All seems to behave correctly - I cannot find spec
« no previous file with comments | « no previous file | chrome/android/java/res/values-v17/styles.xml » ('j') | chrome/android/java/res/values-v17/styles.xml » ('J')

Powered by Google App Engine
This is Rietveld 408576698