<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2019 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<!-- This layout file is used by ModelListAdapterTest to test the
LayoutViewBuilder component. -->
<TextView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/lvb_inflated_view"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="12px"
android:layout_marginRight="34px"
android:layout_weight="0.25"
android:layout_gravity="bottom|right"
/>