|
176 | 176 | android:layout_width="match_parent" |
177 | 177 | android:layout_height="match_parent" |
178 | 178 | android:clickable="false" |
179 | | - android:contentDescription="@string/catalogAccessibilityBackgroundImage" |
180 | 179 | android:elevation="-10dp" |
181 | | - android:focusable="false" /> |
| 180 | + android:focusable="false" |
| 181 | + android:importantForAccessibility="no" /> |
182 | 182 |
|
183 | 183 | <!-- The items that appear in the toolbar when the toolbar is "collapsed" --> |
184 | 184 | <androidx.constraintlayout.widget.ConstraintLayout |
|
260 | 260 | android:layout_height="24dp" |
261 | 261 | android:layout_gravity="center" |
262 | 262 | android:clickable="false" |
263 | | - android:contentDescription="@string/catalogAccessibilityGoBack" |
264 | 263 | android:focusable="false" |
| 264 | + android:importantForAccessibility="no" |
265 | 265 | android:src="@drawable/arrow_left" |
266 | 266 | android:tintMode="multiply" |
267 | 267 | app:tint="#ffffffff" /> |
|
287 | 287 | android:layout_width="wrap_content" |
288 | 288 | android:layout_height="@dimen/catalogBookDetailCoverHeight" |
289 | 289 | android:background="@drawable/shadow_rect" |
290 | | - android:contentDescription="@string/catalogBookCoverDescription" |
| 290 | + android:clickable="false" |
291 | 291 | android:elevation="10dp" |
| 292 | + android:focusable="false" |
| 293 | + android:importantForAccessibility="no" |
292 | 294 | android:scaleType="fitXY" |
293 | 295 | app:layout_constraintEnd_toEndOf="parent" |
294 | 296 | app:layout_constraintStart_toStartOf="parent" |
|
337 | 339 | android:layout_width="0dp" |
338 | 340 | android:layout_height="wrap_content" |
339 | 341 | android:layout_marginEnd="8dp" |
340 | | - android:maxLines="1" |
341 | | - android:text="@string/catalogDownload" |
342 | 342 | android:autoSizeMaxTextSize="16sp" |
343 | 343 | android:autoSizeTextType="uniform" |
344 | | - app:layout_constraintWidth_max="160dp" |
| 344 | + android:maxLines="1" |
| 345 | + android:text="@string/catalogDownload" |
345 | 346 | app:layout_constraintEnd_toStartOf="@id/book2DOverlayButton1" |
346 | 347 | app:layout_constraintHorizontal_chainStyle="packed" |
347 | 348 | app:layout_constraintHorizontal_weight="1" |
348 | 349 | app:layout_constraintStart_toStartOf="parent" |
349 | 350 | app:layout_constraintTop_toTopOf="parent" |
| 351 | + app:layout_constraintWidth_max="160dp" |
350 | 352 | app:layout_goneMarginEnd="0dp" /> |
351 | 353 |
|
352 | 354 | <Button |
|
355 | 357 | android:layout_width="0dp" |
356 | 358 | android:layout_height="wrap_content" |
357 | 359 | android:layout_marginStart="8dp" |
358 | | - android:maxLines="1" |
359 | | - android:text="@string/catalogPreview" |
360 | 360 | android:autoSizeMaxTextSize="16sp" |
361 | 361 | android:autoSizeTextType="uniform" |
362 | | - app:layout_constraintWidth_max="160dp" |
| 362 | + android:maxLines="1" |
| 363 | + android:text="@string/catalogPreview" |
363 | 364 | app:layout_constraintEnd_toEndOf="parent" |
364 | 365 | app:layout_constraintHorizontal_weight="1" |
365 | 366 | app:layout_constraintStart_toEndOf="@id/book2DOverlayButton0" |
366 | 367 | app:layout_constraintTop_toTopOf="parent" |
| 368 | + app:layout_constraintWidth_max="160dp" |
367 | 369 | app:layout_goneMarginStart="0dp" /> |
368 | 370 | </androidx.constraintlayout.widget.ConstraintLayout> |
369 | 371 |
|
|
0 commit comments