Subversion Repositories SmartDukaan

Rev

Rev 17133 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 17133 Rev 21200
Line 2... Line 2...
2
    <TextView
2
    <TextView
3
    xmlns:android="http://schemas.android.com/apk/res/android"
3
    xmlns:android="http://schemas.android.com/apk/res/android"
4
        android:id="@+id/spinnerTarget"
4
        android:id="@+id/spinnerTarget"
5
        android:layout_width="match_parent"
5
        android:layout_width="match_parent"
6
        android:layout_height="30dp"
6
        android:layout_height="30dp"
7
        android:textSize="17dp"
7
        android:textSize="13dp"
8
        android:textColor="@color/Black"
8
        android:textColor="@color/Black"
9
        android:gravity="center_vertical" />
9
        android:gravity="center_vertical" />
10
10