summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorJack Yu <jackyu@google.com>2019-10-22 00:16:00 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-10-22 00:16:00 +0000
commitaf572427ca4dafba3a4374aff24ad0431c35d3ca (patch)
tree155e61d98cc1930d2f2d213173c9b57e35d4c635 /res
parent469c06d20896164844bb7f4d125cf67e9b1dfbc8 (diff)
parent4bf12f86994ea9136b9966925e8ed5d22f6940dc (diff)
downloadStk-af572427ca4dafba3a4374aff24ad0431c35d3ca.tar.gz
Merge "Apply DayNight theme to SIM Toolkit for Dark theme support"
Diffstat (limited to 'res')
-rw-r--r--[-rwxr-xr-x]res/values/styles.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index a786fdc..7d43798 100755..100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -15,7 +15,7 @@
-->
<resources>
- <style name="Transparent" parent="@android:style/Theme.Material.Light">
+ <style name="Transparent" parent="@android:style/Theme.DeviceDefault.DayNight">
<item name="android:windowIsTranslucent">true</item>
<item name="android:windowBackground">@android:color/transparent</item>
<item name="android:windowContentOverlay">@null</item>