11 lines
446 B
XML
11 lines
446 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
textAppearance="@style/2132017706"
|
|
textColor="?android:attr/textColorSecondary"
|
|
gravity="start|center_vertical"
|
|
paddingLeft="?attr/listPreferredItemPaddingLeft"
|
|
paddingRight="?attr/listPreferredItemPaddingRight"
|
|
layout_width="match_parent"
|
|
layout_height="?attr/listPreferredItemHeightSmall"
|
|
maxLines="1"/>
|