|
Ultima modificación |
Ver Log
|
Rev |
Autor |
Línea Nro. |
Línea |
1 |
efrain |
1 |
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
2 |
android:id="@android:id/text1"
|
|
|
3 |
style="?android:attr/spinnerItemStyle"
|
|
|
4 |
android:singleLine="true"
|
|
|
5 |
android:layout_width="match_parent"
|
|
|
6 |
android:layout_height="wrap_content"
|
|
|
7 |
android:ellipsize="marquee"
|
|
|
8 |
android:padding="10dp"
|
|
|
9 |
android:textAlignment="inherit"/>
|