|
20 | 20 | android:layout_height="64dp" |
21 | 21 | android:background="?attr/selectableItemBackground" |
22 | 22 | android:clickable="true" |
| 23 | + android:contentDescription="@string/accessibility_back" |
| 24 | + android:focusable="true" |
23 | 25 | app:layout_constraintBottom_toBottomOf="parent" |
24 | 26 | app:layout_constraintStart_toStartOf="parent" |
25 | 27 | app:layout_constraintTop_toTopOf="parent"> |
26 | 28 |
|
27 | 29 | <ImageView |
28 | | - app:tint="@color/PalacePrimaryForegroundColor" |
29 | 30 | android:id="@+id/pdfToolbarLogo" |
30 | 31 | android:layout_width="24dp" |
31 | 32 | android:layout_height="24dp" |
32 | 33 | android:layout_gravity="center" |
33 | | - android:src="@drawable/arrow_left" /> |
| 34 | + android:clickable="false" |
| 35 | + android:focusable="false" |
| 36 | + android:importantForAccessibility="no" |
| 37 | + android:src="@drawable/arrow_left" |
| 38 | + app:tint="@color/PalacePrimaryForegroundColor" /> |
34 | 39 | </FrameLayout> |
35 | 40 |
|
36 | 41 | <TextView |
|
53 | 58 | android:layout_height="64dp" |
54 | 59 | android:background="?attr/selectableItemBackground" |
55 | 60 | android:clickable="true" |
| 61 | + android:contentDescription="@string/accessibility_toc" |
| 62 | + android:focusable="true" |
56 | 63 | app:layout_constraintBottom_toBottomOf="parent" |
57 | 64 | app:layout_constraintEnd_toStartOf="@id/pdfToolbarSettingsIconTouch" |
58 | 65 | app:layout_constraintTop_toTopOf="parent"> |
|
62 | 69 | android:layout_width="24dp" |
63 | 70 | android:layout_height="24dp" |
64 | 71 | android:layout_gravity="center" |
| 72 | + android:clickable="false" |
| 73 | + android:focusable="false" |
| 74 | + android:importantForAccessibility="no" |
65 | 75 | android:src="@drawable/pdf_toc" /> |
66 | 76 | </FrameLayout> |
67 | 77 |
|
|
71 | 81 | android:layout_height="64dp" |
72 | 82 | android:background="?attr/selectableItemBackground" |
73 | 83 | android:clickable="true" |
| 84 | + android:contentDescription="@string/accessibility_settings" |
| 85 | + android:focusable="true" |
74 | 86 | app:layout_constraintBottom_toBottomOf="parent" |
75 | 87 | app:layout_constraintEnd_toEndOf="parent" |
76 | 88 | app:layout_constraintTop_toTopOf="parent"> |
|
80 | 92 | android:layout_width="24dp" |
81 | 93 | android:layout_height="24dp" |
82 | 94 | android:layout_gravity="center" |
| 95 | + android:clickable="false" |
| 96 | + android:focusable="false" |
| 97 | + android:importantForAccessibility="no" |
83 | 98 | android:src="@drawable/pdf_settings" /> |
84 | 99 | </FrameLayout> |
85 | 100 |
|
|
98 | 113 | android:layout_width="128dp" |
99 | 114 | android:layout_height="32dp" |
100 | 115 | android:layout_gravity="center" |
| 116 | + android:clickable="false" |
| 117 | + android:focusable="false" |
| 118 | + android:importantForAccessibility="no" |
101 | 119 | android:indeterminate="true" /> |
102 | 120 |
|
103 | 121 | </FrameLayout> |
|
0 commit comments