blob: d62f59511deaf2184c6f9404be1c1e87caa0deb5 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2018 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. -->
<android.support.v7.widget.RecyclerView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/explore_sites_category_recycler"
android:background="@color/modern_primary_color"
android:scrollbars="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="@dimen/explore_sites_page_padding" />