Commit 06672b87 authored by Varun Patil's avatar Varun Patil

Explicitly set main background color for activity

parent 5ffda545
...@@ -6,7 +6,8 @@ ...@@ -6,7 +6,8 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:fitsSystemWindows="true" android:fitsSystemWindows="true"
tools:openDrawer="start"> tools:openDrawer="start"
android:background="?attr/themeColor">
<include <include
layout="@layout/app_bar_main" layout="@layout/app_bar_main"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment