You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
583 B
15 lines
583 B
<?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:id="@+id/text_view"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_margin="3dp"
|
|
android:background="@drawable/selector_fillet_btn_bg"
|
|
android:ellipsize="end"
|
|
android:gravity="center"
|
|
android:padding="5dp"
|
|
android:maxLines="1"
|
|
android:textColor="@color/tv_text_default"
|
|
android:textSize="14sp"
|
|
tools:ignore="UnusedAttribute" />
|
|
|