Aperture: Override navigationBarColor for main activity theme
This makes it usable on OxygenOS.
Change-Id: I137569f2dcb8b60c9762943a1f78b294fa22b5ac
diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml
index 91a0e45..f56bee4 100644
--- a/app/src/main/res/values/themes.xml
+++ b/app/src/main/res/values/themes.xml
@@ -27,6 +27,7 @@
<style name="Theme.Aperture.Camera" parent="Theme.Aperture">
<item name="android:textStyle">bold</item>
<item name="android:typeface">monospace</item>
+ <item name="android:navigationBarColor">@android:color/transparent</item>
<item name="android:windowBackground">?attr/colorOnPrimary</item>
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>