blob: 44d38456ed28ddc96badb8abd47d26306701fd96 [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. -->
<org.chromium.chrome.browser.explore_sites.ExploreSitesTileView
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="@dimen/tile_view_width"
android:layout_height="wrap_content"
android:layout_marginHorizontal="@dimen/explore_sites_site_tile_spacing"
android:minHeight="@dimen/explore_sites_site_tile_min_height"
android:paddingTop="@dimen/explore_sites_site_tile_padding" >
<include
layout="@layout/tile_view_modern"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</org.chromium.chrome.browser.explore_sites.ExploreSitesTileView>