GitNex/app/src/main/res/layout/list_spinner_items.xml

13 lines
413 B
XML

<?xml version="1.0" encoding="utf-8"?>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
xmlns:tools="http://schemas.android.com/tools"
android:padding="16dp"
android:ellipsize="end"
android:maxLines="1"
tools:ignore="MissingConstraints"
android:textColor="?attr/primaryTextColor"
xmlns:android="http://schemas.android.com/apk/res/android" />