Commit 27c6ecd2 authored by Varun Patil's avatar Varun Patil

Change navbar color to black in dark theme

parent 72e25122
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
<item name="drawerCheckedColor">@color/colorAccent</item> <item name="drawerCheckedColor">@color/colorAccent</item>
<item name="windowActionBar">false</item> <item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item> <item name="windowNoTitle">true</item>
<item name="android:navigationBarColor">#000000</item>
</style> </style>
<style name="BlueAccent"> <style name="BlueAccent">
......
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