blob: 6a5f879435741e0658138333a6c23e86791f5bb2 [file]
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2019 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. -->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:paddingVertical="@dimen/most_likely_carousel_edge_spacer"
android:gravity="center_horizontal">
<org.chromium.chrome.browser.touchless.SiteSuggestionsRecyclerView
android:id="@+id/most_likely_launcher_recycler"
android:background="@color/modern_primary_color"
android:scrollbars="none"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal" />
<TextView
android:id="@+id/most_likely_web_title_text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:textAppearance="@style/TextAppearance.BlackTitle2"
android:maxLines="1"/>
</LinearLayout>