13 lines
462 B
XML
13 lines
462 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="48dp"
|
|
android:paddingLeft="16dp"
|
|
android:paddingRight="16dp"
|
|
android:gravity="center_vertical"
|
|
android:textSize="16sp"
|
|
android:textColor="?android:textColorPrimary"
|
|
android:singleLine="true"
|
|
android:ellipsize="end"
|
|
tools:text="daffdsa"/> |