|
17 | 17 | <LinearLayout |
18 | 18 | android:layout_width="match_parent" |
19 | 19 | android:layout_height="wrap_content" |
20 | | - android:orientation="vertical" |
21 | | - android:animateLayoutChanges="true"> |
| 20 | + android:orientation="vertical"> |
22 | 21 |
|
23 | 22 | <TextView |
24 | 23 | android:id="@+id/advancedPurchaseText" |
|
212 | 211 | app:layout_constraintStart_toStartOf="parent" |
213 | 212 | app:layout_constraintTop_toBottomOf="@+id/dateFormatSwitch" /> |
214 | 213 |
|
215 | | - <Switch |
216 | | - android:id="@+id/useDarkSkySwitch" |
217 | | - android:layout_width="match_parent" |
218 | | - android:layout_height="48dp" |
219 | | - android:layout_marginTop="8dp" |
220 | | - android:layout_marginStart="8dp" |
221 | | - android:layout_marginEnd="8dp" |
222 | | - android:text="@string/dark_sky_toggle" |
223 | | - app:layout_constraintEnd_toEndOf="parent" |
224 | | - app:layout_constraintStart_toStartOf="parent" |
225 | | - app:layout_constraintTop_toBottomOf="@+id/darkSkyExplanation" /> |
226 | | - |
227 | 214 | <TextView |
228 | 215 | android:id="@+id/darkSkyExplanation" |
229 | 216 | android:layout_width="wrap_content" |
|
236 | 223 | app:layout_constraintStart_toStartOf="parent" |
237 | 224 | app:layout_constraintTop_toBottomOf="@+id/infoBarAmbientSwitch" /> |
238 | 225 |
|
| 226 | + <Switch |
| 227 | + android:id="@+id/useDarkSkySwitch" |
| 228 | + android:layout_width="match_parent" |
| 229 | + android:layout_height="48dp" |
| 230 | + android:layout_marginTop="8dp" |
| 231 | + android:layout_marginStart="8dp" |
| 232 | + android:layout_marginEnd="8dp" |
| 233 | + android:text="@string/dark_sky_toggle" |
| 234 | + app:layout_constraintEnd_toEndOf="parent" |
| 235 | + app:layout_constraintStart_toStartOf="parent" |
| 236 | + app:layout_constraintTop_toBottomOf="@+id/darkSkyExplanation" /> |
| 237 | + |
239 | 238 | <EditText |
240 | 239 | android:id="@+id/darkSkyEditText" |
241 | 240 | android:layout_width="match_parent" |
|
0 commit comments