blob: 120bec231bae3371544d1581771d623565414456 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2015 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. -->
<!-- A site suggestion tile. -->
<merge
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools" >
<include layout="@layout/tile_no_text_view" />
<!-- The title. -->
<org.chromium.ui.widget.TextViewWithLeading
android:id="@+id/tile_view_title"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/tile_view_title_margin_top_modern"
android:ellipsize="end"
android:gravity="center_horizontal"
android:lines="2"
android:textAppearance="@style/TextAppearance.TextSmall.Secondary"
app:leading="@dimen/text_size_small_leading" />
</merge>