12 lines
394 B
XML
12 lines
394 B
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="48dp"
|
||
|
|
android:gravity="center"
|
||
|
|
android:paddingLeft="4dp"
|
||
|
|
android:paddingRight="4dp"
|
||
|
|
android:textSize="20sp"
|
||
|
|
android:maxLines="2"
|
||
|
|
android:ellipsize="end"
|
||
|
|
android:includeFontPadding="false" />
|