app/src/main/res/layout/activity_article_list.xml
changeset 430 401b8736155b
parent 427 9c3bd3ef5ed8
child 477 005c6a313e4a
--- a/app/src/main/res/layout/activity_article_list.xml	Sat Aug 31 18:56:50 2019 -0700
+++ b/app/src/main/res/layout/activity_article_list.xml	Sat Aug 31 19:04:02 2019 -0700
@@ -41,11 +41,15 @@
 
 
     <androidx.coordinatorlayout.widget.CoordinatorLayout
+        android:fitsSystemWindows="true"
         android:layout_width="match_parent"
         android:layout_height="match_parent">
 
+        <!-- Let the app bar draw the status bar -->
         <com.google.android.material.appbar.AppBarLayout
             android:id="@+id/app_bar"
+            android:fitsSystemWindows="true"
+            app:statusBarForeground="?colorPrimaryDark"
             android:layout_width="match_parent"
             android:layout_height="wrap_content">