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="40dp"
|
|
android:gravity="center"
|
|
android:paddingLeft="2dp"
|
|
android:paddingRight="2dp"
|
|
android:textSize="10sp"
|
|
android:maxLines="4"
|
|
android:ellipsize="end"
|
|
android:includeFontPadding="false" />
|