11 lines
375 B
XML
11 lines
375 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:maxLines="1"
|
||
|
android:paddingLeft="5dp"
|
||
|
android:paddingStart="5dp"
|
||
|
android:paddingEnd="5dp"
|
||
|
android:textColor="@color/red_1"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:paddingRight="5dp" />
|