| <?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:layout_marginVertical="@dimen/most_likely_carousel_vertical_spacer" |
| android:gravity="center_horizontal"> |
| |
| <android.support.v7.widget.RecyclerView |
| 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:layout_marginBottom="@dimen/most_likely_carousel_edge_spacer" |
| 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" /> |
| |
| </LinearLayout> |