Revision control

Copy as Markdown

<?xml version="1.0" encoding="utf-8"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/title"
android:layout_width="match_parent"
android:layout_height="@dimen/library_item_row_height"
android:gravity="center_vertical"
android:duplicateParentState="true"
android:ellipsize="none"
android:paddingStart="10dp"
android:paddingEnd="10dp"
android:scrollHorizontally="true"
android:singleLine="true"
android:textAllCaps="true"
android:textColor="@color/rhino"
android:textSize="@dimen/library_item_title_text_size"
android:textStyle="bold"
tools:text="Item Title" />