Bimba.git

ref: 50769beb10d15a0ff8f55ba793693b0a18ee9785

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" />