|
46 | 46 | app:layout_constraintDimensionRatio="1" |
47 | 47 | app:layout_constraintEnd_toStartOf="@id/h_spacer" |
48 | 48 | app:layout_constraintHorizontal_chainStyle="spread_inside" |
49 | | - app:layout_constraintHorizontal_weight="15" |
| 49 | + app:layout_constraintHorizontal_weight="18" |
50 | 50 | app:layout_constraintStart_toStartOf="parent" |
51 | 51 | app:layout_constraintTop_toTopOf="parent" |
52 | 52 | app:srcCompat="@drawable/ic_settings_black_24dp" /> |
|
85 | 85 | app:layout_constraintDimensionRatio="1" |
86 | 86 | app:layout_constraintEnd_toEndOf="parent" |
87 | 87 | app:layout_constraintHorizontal_chainStyle="spread_inside" |
88 | | - app:layout_constraintHorizontal_weight="15" |
| 88 | + app:layout_constraintHorizontal_weight="18" |
89 | 89 | app:layout_constraintStart_toEndOf="@id/h_spacer" |
90 | 90 | app:layout_constraintTop_toTopOf="parent"> |
91 | 91 |
|
|
121 | 121 | app:layout_constraintBottom_toTopOf="@id/downloadSamplesButton" |
122 | 122 | app:layout_constraintEnd_toEndOf="parent" |
123 | 123 | app:layout_constraintStart_toStartOf="parent" |
124 | | - app:layout_constraintTop_toBottomOf="@id/h_spacer" |
| 124 | + app:layout_constraintTop_toTopOf="parent" |
125 | 125 | app:layout_constraintVertical_chainStyle="spread_inside" |
126 | 126 | app:layout_constraintVertical_weight="0" /> |
127 | 127 |
|
|
138 | 138 | app:layout_constraintStart_toEndOf="@id/h_space2" |
139 | 139 | app:layout_constraintTop_toBottomOf="@id/space1" |
140 | 140 | app:layout_constraintVertical_chainStyle="spread_inside" |
141 | | - app:layout_constraintVertical_weight="30" /> |
| 141 | + app:layout_constraintVertical_weight="35" /> |
142 | 142 |
|
143 | 143 | <Space |
144 | 144 | android:id="@+id/space2" |
|
193 | 193 | app:layout_constraintStart_toStartOf="parent" |
194 | 194 | app:layout_constraintTop_toBottomOf="@id/space3" |
195 | 195 | app:layout_constraintVertical_chainStyle="spread_inside" |
196 | | - app:layout_constraintVertical_weight="20" |
| 196 | + app:layout_constraintVertical_weight="15" |
197 | 197 | tools:text="Path to books" /> |
198 | 198 |
|
199 | 199 | <Space |
|
276 | 276 | app:layout_constraintStart_toStartOf="parent" |
277 | 277 | app:layout_constraintTop_toBottomOf="@id/space5" |
278 | 278 | app:layout_constraintVertical_chainStyle="spread_inside" |
279 | | - app:layout_constraintVertical_weight="20" /> |
| 279 | + app:layout_constraintVertical_weight="15" /> |
280 | 280 |
|
281 | 281 | <Button |
282 | 282 | android:id="@+id/goToWeb" |
|
288 | 288 | app:layout_constraintEnd_toEndOf="parent" |
289 | 289 | app:layout_constraintStart_toStartOf="parent" |
290 | 290 | app:layout_constraintTop_toBottomOf="@id/installViaSettings" |
291 | | - app:layout_constraintVertical_weight="25" /> |
| 291 | + app:layout_constraintVertical_weight="30" /> |
292 | 292 |
|
293 | 293 | <Space |
294 | 294 | android:id="@+id/space6" |
|
0 commit comments