2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-03 23:15:31 +00:00

Bug 1813449 - Fix accessibility issues on Tabs Tray screen (#1007)

* Bug 1813449 - Fix accessibility issues on Tabs Tray screen

* Bug 1813449 - Fix accessibility issue on Tabs Tray screen

---------

Co-authored-by: gitstart <gitstart@users.noreply.github.com>
This commit is contained in:
GitStart 2023-03-01 16:35:51 +03:00 committed by GitHub
parent 21f59548a5
commit 569f636b01

View File

@ -19,6 +19,7 @@
android:layout_height="@dimen/bottom_sheet_handle_height"
android:layout_marginTop="@dimen/bottom_sheet_handle_top_margin"
android:background="@color/fx_mobile_text_color_secondary"
android:contentDescription="@string/a11y_action_label_collapse"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"