12 lines
352 B
XML
12 lines
352 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"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
maxLines="1"
|
||
|
paddingStart="16dp"
|
||
|
paddingVertical="@dimen/2131165517"
|
||
|
style="@style/2132017925"/>
|