|
11 | 11 | android:id="@+id/tvData" |
12 | 12 | android:layout_width="0dip" |
13 | 13 | android:layout_height="wrap_content" |
14 | | - android:layout_gravity="center_vertical" |
15 | 14 | android:layout_weight="2" |
| 15 | + android:gravity="center" |
16 | 16 | android:paddingBottom="10dp" |
17 | 17 | android:paddingLeft="5dp" |
18 | 18 | android:paddingTop="10dp" |
|
22 | 22 | android:id="@+id/tvOdometro" |
23 | 23 | android:layout_width="0dip" |
24 | 24 | android:layout_height="wrap_content" |
25 | | - android:layout_gravity="center_vertical" |
26 | 25 | android:layout_weight="1.5" |
| 26 | + android:gravity="center" |
27 | 27 | android:paddingBottom="10dp" |
28 | 28 | android:paddingTop="10dp" |
29 | 29 | android:text="ODOM" /> |
|
32 | 32 | android:id="@+id/tvLitros" |
33 | 33 | android:layout_width="0dip" |
34 | 34 | android:layout_height="wrap_content" |
35 | | - android:layout_gravity="center_vertical" |
36 | 35 | android:layout_weight="1.5" |
| 36 | + android:gravity="center" |
37 | 37 | android:paddingBottom="10dp" |
38 | 38 | android:paddingTop="10dp" |
39 | 39 | android:text="LITROS" /> |
|
42 | 42 | android:id="@+id/tvMedia" |
43 | 43 | android:layout_width="0dip" |
44 | 44 | android:layout_height="wrap_content" |
45 | | - android:layout_gravity="center_vertical" |
46 | 45 | android:layout_weight="1.5" |
| 46 | + android:gravity="center" |
47 | 47 | android:paddingBottom="10dp" |
48 | 48 | android:paddingTop="10dp" |
49 | 49 | android:text="MEDIA" /> |
|
52 | 52 | android:id="@+id/tvObs" |
53 | 53 | android:layout_width="0dip" |
54 | 54 | android:layout_height="wrap_content" |
55 | | - android:layout_gravity="center_vertical" |
56 | 55 | android:layout_weight="2" |
| 56 | + android:gravity="center" |
57 | 57 | android:paddingBottom="10dp" |
58 | 58 | android:paddingTop="10dp" |
59 | 59 | android:text="OBS" /> |
|
0 commit comments