ref: 68ce87cc826a5c4c649ea1eb300eb20acfa5faba
app/src/main/res/layout/toolbar_spinner_item.xml
1 2 3 4 5 6 7 8 9 |
<?xml version="1.0" encoding="utf-8"?> <TextView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/text" android:layout_width="match_parent" android:layout_height="wrap_content" android:ellipsize="end" android:singleLine="true" android:textAlignment="inherit" android:textColor="@color/text_on_toolbar" /> |