set contentDescription for menu toggle (#2020)

This commit is contained in:
Konrad Pozniak 2020-12-13 16:31:42 +01:00 committed by Alibek Omarov
parent fe77e7d3f2
commit c23d62f26e
1 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:contentInsetStartWithNavigation="0dp"
app:layout_scrollFlags="scroll|enterAlways" />
app:layout_scrollFlags="scroll|enterAlways"
app:navigationContentDescription="@string/action_open_drawer" />
<com.google.android.material.tabs.TabLayout
android:id="@+id/tabLayout"