Chromium Code Reviews| Index: chrome/android/java/res/layout/new_tab_page_recyclerview.xml |
| diff --git a/chrome/android/java/res/layout/new_tab_page_recyclerview.xml b/chrome/android/java/res/layout/new_tab_page_recyclerview.xml |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..e4049afde38bffd43ecba8c23f0e6f68ff64ec39 |
| --- /dev/null |
| +++ b/chrome/android/java/res/layout/new_tab_page_recyclerview.xml |
| @@ -0,0 +1,14 @@ |
| +<?xml version="1.0" encoding="utf-8"?> |
|
mcwilliams
2016/03/21 12:45:50
Should this file not be named ...recycler_view.xml
May
2016/03/23 19:22:55
I'd prefer to keep it as is, since RecyclerView is
|
| +<!-- Copyright 2016 The Chromium Authors. All rights reserved. |
| + Use of this source code is governed by a BSD-style license that can be |
| + found in the LICENSE file. --> |
| +<org.chromium.chrome.browser.ntp.NewTabRecyclerView |
| + xmlns:android="http://schemas.android.com/apk/res/android" |
| + xmlns:chrome="http://schemas.android.com/apk/res-auto" |
|
newt (away)
2016/03/23 05:29:37
xmlns:chrome not needed
May
2016/03/23 19:22:55
Done.
|
| + android:background="@color/ntp_bg" |
| + android:fillViewport="true" |
| + android:layout_width="match_parent" |
| + android:layout_height="match_parent" |
| + android:focusable="true" |
| + android:focusableInTouchMode="true" |
| + android:contentDescription="@string/accessibility_new_tab_page" /> |