12 lines
434 B
XML
12 lines
434 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="@dimen/sw_48dp"
|
|
android:gravity="center"
|
|
android:paddingLeft="@dimen/sw_4dp"
|
|
android:paddingRight="@dimen/sw_4dp"
|
|
android:textSize="@dimen/sw_20sp"
|
|
android:maxLines="2"
|
|
android:ellipsize="end"
|
|
android:includeFontPadding="false" />
|