19 lines
684 B
XML
19 lines
684 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:paddingLeft="16dp"
|
|
android:paddingRight="16dp"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="?attr/op"
|
|
android:minWidth="196dp">
|
|
<TextView
|
|
android:textAppearance="?attr/a_b"
|
|
android:ellipsize="marquee"
|
|
android:layout_gravity="center_vertical"
|
|
android:id="@android:id/title"
|
|
android:fadingEdge="horizontal"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:singleLine="true"
|
|
android:textAlignment="viewStart"/>
|
|
</FrameLayout>
|