|
14 | 14 |
|
15 | 15 | <FrameLayout |
16 | 16 | android:layout_width="wrap_content" |
17 | | - android:layout_height="wrap_content" |
| 17 | + android:layout_height="@dimen/info_bar_height" |
18 | 18 | android:layout_weight="1" |
19 | 19 | android:minHeight="40dp"> |
20 | 20 |
|
|
23 | 23 | style="?android:attr/buttonBarButtonStyle" |
24 | 24 | android:layout_width="wrap_content" |
25 | 25 | android:minWidth="85dp" |
26 | | - android:layout_height="wrap_content" |
| 26 | + android:layout_height="@dimen/info_bar_height" |
27 | 27 | android:layout_gravity="center" |
28 | 28 | android:drawableLeft="@drawable/ic_battery_circle_8_24dp" |
29 | 29 | android:drawablePadding="@dimen/info_bar_drawable_padding" |
|
35 | 35 |
|
36 | 36 | <FrameLayout |
37 | 37 | android:layout_width="@dimen/info_bar_flight_mode_width" |
38 | | - android:layout_height="wrap_content" |
| 38 | + android:layout_height="@dimen/info_bar_height" |
39 | 39 | android:minHeight="40dp"> |
40 | 40 |
|
41 | 41 | <TextView |
42 | 42 | android:id="@+id/bar_flight_mode" |
43 | 43 | style="?android:attr/buttonBarButtonStyle" |
44 | 44 | android:layout_width="match_parent" |
45 | | - android:layout_height="wrap_content" |
| 45 | + android:layout_height="@dimen/info_bar_height" |
46 | 46 | android:layout_gravity="center" |
47 | 47 | android:drawableLeft="@drawable/ic_navigation_grey_700_18dp" |
48 | 48 | android:drawableStart="@drawable/ic_navigation_grey_700_18dp" |
|
53 | 53 |
|
54 | 54 | <FrameLayout |
55 | 55 | android:layout_width="wrap_content" |
56 | | - android:layout_height="wrap_content" |
| 56 | + android:layout_height="@dimen/info_bar_height" |
57 | 57 | android:layout_weight="1" |
58 | 58 | android:minHeight="40dp"> |
59 | 59 |
|
60 | 60 | <TextView |
61 | 61 | android:id="@+id/bar_signal" |
62 | 62 | style="?android:attr/buttonBarButtonStyle" |
63 | 63 | android:layout_width="wrap_content" |
64 | | - android:layout_height="wrap_content" |
| 64 | + android:layout_height="@dimen/info_bar_height" |
65 | 65 | android:minWidth="75dp" |
66 | 66 | android:layout_gravity="center" |
67 | 67 | android:drawableLeft="@drawable/ic_signal_cellular_null_grey_700_18dp" |
|
80 | 80 |
|
81 | 81 | <FrameLayout |
82 | 82 | android:layout_width="0dp" |
83 | | - android:layout_height="wrap_content" |
| 83 | + android:layout_height="@dimen/info_bar_height" |
84 | 84 | android:layout_weight="1" |
85 | 85 | android:minHeight="40dp"> |
86 | 86 |
|
87 | 87 | <TextView |
88 | 88 | android:id="@+id/bar_home" |
89 | 89 | style="?android:attr/buttonBarButtonStyle" |
90 | 90 | android:layout_width="match_parent" |
91 | | - android:layout_height="wrap_content" |
| 91 | + android:layout_height="@dimen/info_bar_height" |
92 | 92 | android:layout_gravity="center" |
93 | 93 | android:drawableLeft="@drawable/ic_home_grey_700_18dp" |
94 | 94 | android:drawableStart="@drawable/ic_home_grey_700_18dp" |
|
99 | 99 |
|
100 | 100 | <FrameLayout |
101 | 101 | android:layout_width="0dp" |
102 | | - android:layout_height="wrap_content" |
| 102 | + android:layout_height="@dimen/info_bar_height" |
103 | 103 | android:layout_weight="1" |
104 | 104 | android:minHeight="40dp"> |
105 | 105 |
|
106 | 106 | <TextView |
107 | 107 | android:id="@+id/bar_altitude" |
108 | 108 | style="?android:attr/buttonBarButtonStyle" |
109 | 109 | android:layout_width="wrap_content" |
110 | | - android:layout_height="wrap_content" |
| 110 | + android:layout_height="@dimen/info_bar_height" |
111 | 111 | android:layout_gravity="center" |
112 | 112 | android:drawableLeft="@drawable/ic_file_upload_grey_700_18dp" |
113 | 113 | android:drawablePadding="@dimen/info_bar_drawable_padding" |
|
119 | 119 |
|
120 | 120 | <FrameLayout |
121 | 121 | android:layout_width="0dp" |
122 | | - android:layout_height="wrap_content" |
| 122 | + android:layout_height="@dimen/info_bar_height" |
123 | 123 | android:layout_weight="1" |
124 | 124 | android:minHeight="40dp"> |
125 | 125 |
|
126 | 126 | <TextView |
127 | 127 | android:id="@+id/bar_gps" |
128 | 128 | style="?android:attr/buttonBarButtonStyle" |
129 | 129 | android:layout_width="wrap_content" |
130 | | - android:layout_height="wrap_content" |
| 130 | + android:layout_height="@dimen/info_bar_height" |
131 | 131 | android:layout_gravity="center" |
132 | 132 | android:drawableLeft="@drawable/ic_gps_off_grey_700_18dp" |
133 | 133 | android:drawablePadding="@dimen/info_bar_drawable_padding" |
|
0 commit comments