mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-25 05:27:42 +00:00
Add some accessibility labels for the camera screen.
This commit is contained in:
@@ -77,6 +77,7 @@
|
||||
android:background="@drawable/v2_media_count_indicator_background"
|
||||
android:minHeight="44dp"
|
||||
android:visibility="gone"
|
||||
android:contentDescription="@string/CameraControls_continue_button_accessibility_label"
|
||||
app:layout_constraintBottom_toBottomOf="@id/camera_capture_button"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toTopOf="@id/camera_capture_button"
|
||||
@@ -88,6 +89,7 @@
|
||||
android:layout_height="0dp"
|
||||
android:alpha="0"
|
||||
android:background="@color/white"
|
||||
android:contentDescription="@string/CameraControls_capture_button_accessibility_label"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
|
||||
@@ -5843,5 +5843,10 @@
|
||||
<!-- Displayed when the user turns off their mic -->
|
||||
<string name="CallStateUpdatePopupWindow__mic_off">Mic off</string>
|
||||
|
||||
<!-- Accessibility label describing the capture button on the camera screen -->
|
||||
<string name="CameraControls_capture_button_accessibility_label">Capture Button</string>
|
||||
<!-- Accessibility label describing the continue button on the camera screen -->
|
||||
<string name="CameraControls_continue_button_accessibility_label">Continue Button</string>
|
||||
|
||||
<!-- EOF -->
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user