Set status bar foreground when app bar is hidden

This commit is contained in:
Zakhar Timoshenko
2022-07-03 20:15:34 +03:00
parent 455351e3a8
commit 310d4e58bb
8 changed files with 429 additions and 20 deletions

View File

@@ -15,7 +15,8 @@
<androidx.viewpager2.widget.ViewPager2
android:id="@+id/pager"
android:layout_width="match_parent"
android:layout_height="match_parent" />
android:layout_height="match_parent"
android:paddingVertical="8dp"/>
<ViewStub
android:id="@+id/stub_empty_state"