summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
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 /AndroidManifest.xml
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 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 3ab0e05..e4c3e69 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -52,7 +52,7 @@
</activity>
<activity android:name="StkLauncherActivity"
- android:theme="@android:style/Theme.Material.Light"
+ android:theme="@android:style/Theme.DeviceDefault.DayNight"
android:label="@string/app_name"
android:exported="false"
android:taskAffinity="android.task.stk.StkLauncherActivity">
@@ -64,7 +64,7 @@
</activity>
<activity android:name="StkMenuActivity"
- android:theme="@android:style/Theme.Material.Light"
+ android:theme="@android:style/Theme.DeviceDefault.DayNight"
android:icon="@drawable/ic_launcher_sim_toolkit"
android:label="@string/app_name"
android:configChanges="orientation|locale|screenSize|keyboardHidden|mnc|mcc"
@@ -80,7 +80,7 @@
<activity android:name="StkInputActivity"
android:label="@string/app_name"
android:icon="@drawable/ic_launcher_sim_toolkit"
- android:theme="@android:style/Theme.Material.Light"
+ android:theme="@android:style/Theme.DeviceDefault.DayNight"
android:configChanges="orientation|locale|screenSize|keyboardHidden"
android:exported="false"
android:taskAffinity="android.task.stk.StkLauncherActivity">