summaryrefslogtreecommitdiff
path: root/res/values
diff options
context:
space:
mode:
authorChihhang Chuang <chihhangchuang@google.com>2021-04-15 09:42:00 +0800
committerChihhang Chuang <chihhangchuang@google.com>2021-04-15 09:59:57 +0800
commitfb54684b8531d0b2a267ed610d61e68e370e4751 (patch)
tree8230b7764337f7d92293aea4bdb4b157ef89911a /res/values
parent3a9a9332f3b53f9bf6d71d47469c98beb49f9616 (diff)
downloadThemePicker-fb54684b8531d0b2a267ed610d61e68e370e4751.tar.gz
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
Diffstat (limited to 'res/values')
-rw-r--r--res/values/styles.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 406a637c..40f8f067 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>