Go to most recent revision |
Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 17133 |
manas |
1 |
<?xml version="1.0" encoding="utf-8"?>
|
|
|
2 |
<TextView
|
|
|
3 |
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
4 |
android:id="@+id/spinnerTarget"
|
|
|
5 |
android:layout_width="match_parent"
|
|
|
6 |
android:layout_height="30dp"
|
|
|
7 |
android:textSize="17dp"
|
|
|
8 |
android:textColor="@color/Black"
|
|
|
9 |
android:gravity="center_vertical" />
|