blob: d08d852408cf6739e79b481bcaef617e3af343fd [file]
<?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_condensed" />
<!-- The title. -->
<TextView
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:lineSpacingMultiplier="1.17"
android:textAppearance="@style/TextAppearance.BlackCaption" />
</merge>