Chromium Code Reviews| 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
|