6350
|
1 |
<?xml version="1.0" encoding="utf-8"?>
|
|
2 |
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
3 |
android:layout_width="wrap_content"
|
|
4 |
android:layout_height="wrap_content"
|
|
5 |
android:gravity="center">
|
|
6 |
<ImageView
|
|
7 |
android:id="@+id/spinner_img"
|
|
8 |
android:layout_width="wrap_content"
|
|
9 |
android:layout_height="wrap_content"
|
|
10 |
android:layout_gravity="center"
|
|
11 |
android:adjustViewBounds="true"
|
|
12 |
android:scaleType="centerInside"
|
|
13 |
android:layout_marginRight="5dip"
|
|
14 |
/>
|
|
15 |
<TextView
|
|
16 |
android:id="@+id/spinner_txt"
|
|
17 |
android:layout_width="wrap_content"
|
|
18 |
android:layout_height="wrap_content"
|
|
19 |
android:textSize="14dip"
|
|
20 |
android:textColor="#000"
|
|
21 |
android:gravity="center"/>
|
|
22 |
</LinearLayout> |