author | Gianfranco Costamagna <costamagnagianfranco@yahoo.it> |
Sat, 04 Jan 2014 02:18:57 +0100 | |
branch | 0.9.20 |
changeset 9899 | 5b8bde62a8ef |
parent 6350 | 41b0a9955c47 |
permissions | -rw-r--r-- |
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> |