Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
termux
GitHub Repository: termux/termux-api
Path: blob/master/app/src/main/res/layout/spinner_item.xml
1182 views
1
<?xml version="1.0" encoding="utf-8"?>
2
<TextView
3
xmlns:android="http://schemas.android.com/apk/res/android"
4
android:id="@android:id/text1"
5
android:singleLine="true"
6
android:layout_width="match_parent"
7
android:layout_height="wrap_content"
8
android:textSize="18sp"
9
android:padding="8dp"
10
android:paddingLeft="0dp"
11
android:paddingRight="0dp"
12
android:ellipsize="marquee"
13
android:textAlignment="inherit"/>
14
15