|
|
@@ -0,0 +1,9 @@ |
|
|
|
<TextView xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
style="?android:attr/spinnerItemStyle" |
|
|
|
android:singleLine="true" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:ellipsize="marquee" |
|
|
|
android:textColor="@color/foreground" |
|
|
|
android:textSize="@dimen/textSize" |
|
|
|
android:textAlignment="inherit"/> |