|
5 | 5 | android:layout_height="match_parent" |
6 | 6 | android:background="#EDF5E1" |
7 | 7 | android:orientation="vertical" |
8 | | - android:paddingBottom="@dimen/activity_vertical_margin" |
9 | 8 | android:paddingLeft="@dimen/activity_horizontal_margin" |
10 | | - android:paddingRight="@dimen/activity_horizontal_margin" |
11 | 9 | android:paddingTop="@dimen/activity_vertical_margin" |
12 | | - tools:context=".NewActivity" > |
| 10 | + android:paddingRight="@dimen/activity_horizontal_margin" |
| 11 | + android:paddingBottom="@dimen/activity_vertical_margin" |
| 12 | + tools:context=".NewActivity"> |
13 | 13 |
|
14 | 14 | <LinearLayout |
15 | 15 | android:layout_width="match_parent" |
16 | | - android:layout_height="wrap_content" > |
| 16 | + android:layout_height="wrap_content"> |
17 | 17 |
|
18 | 18 | <ImageView |
19 | 19 | android:id="@+id/passengerImageView" |
20 | 20 | android:layout_width="wrap_content" |
21 | 21 | android:layout_height="wrap_content" |
22 | | - android:src="@drawable/app_logo" /> |
| 22 | + android:src="@drawable/app_logo" |
| 23 | + android:contentDescription="MapMap" /> |
| 24 | + |
23 | 25 | </LinearLayout> |
24 | 26 |
|
25 | 27 | <LinearLayout |
26 | 28 | android:id="@+id/linearLayout" |
27 | 29 | android:layout_width="fill_parent" |
28 | 30 | android:layout_height="wrap_content" |
29 | | - android:layout_alignLeft="@+id/passengerImageView" |
30 | 31 | android:layout_below="@+id/passengerImageView" |
31 | | - android:orientation="vertical" > |
| 32 | + android:layout_alignLeft="@+id/passengerImageView" |
| 33 | + android:orientation="vertical"> |
32 | 34 |
|
33 | 35 | <ImageView |
34 | 36 | android:id="@+id/imageView1" |
|
50 | 52 | android:id="@+id/usuarioInputText" |
51 | 53 | android:layout_width="match_parent" |
52 | 54 | android:layout_height="48dp" |
| 55 | + android:layout_below="@+id/usuarioLabel" |
53 | 56 | android:layout_alignParentLeft="true" |
54 | 57 | android:layout_alignParentRight="true" |
55 | | - android:layout_below="@+id/usuarioLabel" |
56 | 58 | android:layout_marginTop="8dp" |
57 | 59 | android:imeOptions="actionDone" |
58 | 60 | android:maxLines="1" |
|
0 commit comments