| | |
| | | android:textSize="@dimen/h21" /> |
| | | |
| | | <RelativeLayout |
| | | android:layout_width="wrap_content" |
| | | android:layout_width="@dimen/w100" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginLeft="@dimen/w15" |
| | | android:gravity="center" |
| | |
| | | android:dropDownSelector="@color/transparent" |
| | | android:dropDownWidth="@dimen/w100" |
| | | android:spinnerMode="dropdown" /> |
| | | <ImageView |
| | | android:layout_width="@dimen/w13" |
| | | android:layout_height="@dimen/h10" |
| | | android:layout_alignParentRight="true" |
| | | android:layout_centerVertical="true" |
| | | android:layout_marginRight="@dimen/w17" |
| | | android:src="@drawable/pulldown" /> |
| | | </RelativeLayout> |
| | | |
| | | <TextView |