summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorYoshiaki Naka <yoshiaki.naka@sony.com>2019-09-05 20:23:23 +0900
committerYoshiaki Naka <yoshiaki.naka@sony.com>2019-09-05 20:57:58 +0900
commit4bf12f86994ea9136b9966925e8ed5d22f6940dc (patch)
treed05f654827aa18f8dfaf9ab0c8eb583371329023 /res
parent1fc1f6726fc09604c056dace618ea9ad44e770fe (diff)
downloadStk-4bf12f86994ea9136b9966925e8ed5d22f6940dc.tar.gz
Apply DayNight theme to SIM Toolkit for Dark theme support
The activities and the dialog in SIM Toolkit application shall also support Dark theme. Bug: 140545304 Test: Manually confirmed that the theme can be changed as expected. Change-Id: I6efd5cc97aa2bec1f86c3f8f02ac8ecb0929fa7c
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>