|
12 | 12 | android:layout_width="match_parent" |
13 | 13 | android:layout_height="wrap_content" |
14 | 14 | android:layout_marginStart="16dp" |
15 | | - android:layout_marginTop="16dp" |
| 15 | + android:layout_marginTop="12dp" |
16 | 16 | android:layout_marginEnd="16dp" |
17 | 17 | android:text="@string/text_instructions" |
18 | 18 | android:textSize="18sp" |
|
84 | 84 |
|
85 | 85 | </TableRow> |
86 | 86 |
|
87 | | - <TableRow |
88 | | - android:layout_width="match_parent" |
89 | | - android:layout_height="wrap_content"> |
90 | | - |
91 | | - <androidx.constraintlayout.widget.ConstraintLayout |
92 | | - android:layout_width="match_parent" |
93 | | - android:layout_height="wrap_content" |
94 | | - android:layout_weight="1"> |
95 | | - |
96 | | - <TextView |
97 | | - android:layout_width="0dp" |
98 | | - android:layout_height="wrap_content" |
99 | | - android:layout_marginTop="8dp" |
100 | | - android:layout_marginBottom="8dp" |
101 | | - android:text="@string/text_optional_hint" |
102 | | - android:textAlignment="center" |
103 | | - android:textSize="18sp" |
104 | | - app:layout_constraintBottom_toBottomOf="parent" |
105 | | - app:layout_constraintEnd_toEndOf="parent" |
106 | | - app:layout_constraintStart_toStartOf="parent" |
107 | | - app:layout_constraintTop_toTopOf="parent" /> |
108 | | - |
109 | | - |
110 | | - </androidx.constraintlayout.widget.ConstraintLayout> |
111 | | - |
112 | | - </TableRow> |
113 | | - |
114 | 87 | <TableRow |
115 | 88 | android:layout_width="match_parent" |
116 | 89 | android:layout_height="wrap_content"> |
|
164 | 137 |
|
165 | 138 | </TableRow> |
166 | 139 |
|
| 140 | + <TableRow |
| 141 | + android:layout_width="match_parent" |
| 142 | + android:layout_height="wrap_content"> |
| 143 | + |
| 144 | + <androidx.constraintlayout.widget.ConstraintLayout |
| 145 | + android:layout_width="match_parent" |
| 146 | + android:layout_height="wrap_content" |
| 147 | + android:layout_weight="1"> |
| 148 | + |
| 149 | + <androidx.constraintlayout.widget.Guideline |
| 150 | + android:id="@+id/guideline_rom_battery" |
| 151 | + android:layout_width="wrap_content" |
| 152 | + android:layout_height="wrap_content" |
| 153 | + android:orientation="vertical" |
| 154 | + app:layout_constraintGuide_percent="1.0" /> |
| 155 | + |
| 156 | + <TextView |
| 157 | + android:id="@+id/text_rom_battery" |
| 158 | + android:layout_width="0dp" |
| 159 | + android:layout_height="wrap_content" |
| 160 | + android:layout_marginTop="12dp" |
| 161 | + android:text="@string/text_rom_battery" |
| 162 | + android:textSize="18sp" |
| 163 | + app:layout_constraintEnd_toStartOf="@id/guideline_rom_battery" |
| 164 | + app:layout_constraintStart_toStartOf="parent" |
| 165 | + app:layout_constraintTop_toTopOf="parent" /> |
| 166 | + |
| 167 | + </androidx.constraintlayout.widget.ConstraintLayout> |
| 168 | + |
| 169 | + </TableRow> |
| 170 | + |
167 | 171 | <TableRow |
168 | 172 | android:layout_width="match_parent" |
169 | 173 | android:layout_height="wrap_content"> |
|
178 | 182 | android:layout_width="wrap_content" |
179 | 183 | android:layout_height="wrap_content" |
180 | 184 | android:orientation="vertical" |
181 | | - app:layout_constraintGuide_percent="0.85" /> |
| 185 | + app:layout_constraintGuide_percent="1.0" /> |
182 | 186 |
|
183 | 187 | <TextView |
184 | 188 | android:id="@+id/text_task_manager" |
|
202 | 206 | android:layout_width="match_parent" |
203 | 207 | android:layout_height="wrap_content" |
204 | 208 | android:layout_marginStart="16dp" |
205 | | - android:layout_marginTop="32dp" |
| 209 | + android:layout_marginTop="20dp" |
206 | 210 | android:layout_marginEnd="16dp" |
207 | 211 | android:text="@string/text_status_help" |
208 | 212 | android:textSize="18sp" |
|
0 commit comments