chromium/components/browser_ui/widget/android/java/res/layout/tile_view_modern_condensed.xml

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2015 The Chromium Authors
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_condensed" />

    <!-- 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>