blob: 73d0cf7c983e78a933763779c857ef5e713e0daa [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2018 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. -->
<TextView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/download_storage_summary"
android:paddingStart="@dimen/list_item_default_margin"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:singleLine="true"
android:textAppearance="@style/TextAppearance.BlackDisabledText2"
android:maxLines="1"
android:paddingTop="8dp"
android:paddingBottom="8dp" />