Skip to content
Snippets Groups Projects
Unverified Commit b483591f authored by Queenhymon's avatar Queenhymon Committed by GitHub
Browse files

Accessibility fixes (#422)


* external call accessibility

* back to main page accessibility

* delete onStart

* about page fix

* updatechecker

Co-authored-by: default avatarharambasicluka <64483219+harambasicluka@users.noreply.github.com>
parent 84bacc82
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,7 @@ class InformationAboutFragment : Fragment() { ...@@ -41,7 +41,7 @@ class InformationAboutFragment : Fragment() {
override fun onResume() { override fun onResume() {
super.onResume() super.onResume()
binding.informationAboutScrollview.sendAccessibilityEvent(AccessibilityEvent.TYPE_ANNOUNCEMENT) binding.informationAboutContainer.sendAccessibilityEvent(AccessibilityEvent.TYPE_ANNOUNCEMENT)
} }
private fun setButtonOnClickListener() { private fun setButtonOnClickListener() {
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"> xmlns:app="http://schemas.android.com/apk/res-auto">
<androidx.constraintlayout.widget.ConstraintLayout <androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/information_about_container"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:contentDescription="@string/information_about_title" android:contentDescription="@string/information_about_title"
...@@ -20,7 +21,6 @@ ...@@ -20,7 +21,6 @@
app:title="@{@string/information_about_title}" /> app:title="@{@string/information_about_title}" />
<ScrollView <ScrollView
android:id="@+id/information_about_scrollview"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="0dp" android:layout_height="0dp"
android:fillViewport="true" android:fillViewport="true"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment