13 lines
357 B
XML
13 lines
357 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
ellipsize="end"
|
|
gravity="left"
|
|
id="@android:id/text1"
|
|
paddingTop="7dp"
|
|
paddingBottom="7dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
maxLines="1"
|
|
paddingStart="16dp"
|
|
style="@style/2132017876"/>
|