Set navigation bar color transparent in style rather than java code

Bug: 185293474
Test: Checked all the activities which apply the theme
Change-Id: I65597eac1e55a2cf59d3b955d4030e9b4a47f008
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 406a637..40f8f06 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -32,6 +32,7 @@
     </style>
 
     <style name="CustomizationTheme.NoActionBar">
+        <item name="android:navigationBarColor">@android:color/transparent</item>
         <item name="android:windowActionBar">false</item>
         <item name="android:windowNoTitle">true</item>
         <item name="android:fitsSystemWindows">false</item>