summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorSanket Padawe <sanketpadawe@google.com>2017-04-05 15:35:34 -0700
committerSanket Padawe <sanketpadawe@google.com>2017-04-06 10:56:55 -0700
commit7b70fb4e1c5d44a31e32f9f1e338fc0c83bb012b (patch)
tree2fda40d919973543ed02ace46bc228ede0fa1133 /AndroidManifest.xml
parent4bbccf0af1f03fdd68a4ae8c28b4ac70c49ade4d (diff)
downloadStk-7b70fb4e1c5d44a31e32f9f1e338fc0c83bb012b.tar.gz
UI refresh for STK app.
Bug: 22573032 Test: manual Change-Id: I85de6a6cb55034a0ddf6f812a46f0057f21bf81e Merged-in: I85de6a6cb55034a0ddf6f812a46f0057f21bf81e
Diffstat (limited to 'AndroidManifest.xml')
-rwxr-xr-xAndroidManifest.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 1beb3ae..20b35fb 100755
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -49,7 +49,7 @@
</activity>
<activity android:name="StkLauncherActivity"
- android:theme="@android:style/Theme.NoTitleBar"
+ android:theme="@android:style/Theme.Light.NoTitleBar"
android:label="@string/app_name"
android:exported="false"
android:taskAffinity="android.task.stk.StkLauncherActivity">
@@ -61,7 +61,7 @@
</activity>
<activity android:name="StkMenuActivity"
- android:theme="@android:style/Theme.NoTitleBar"
+ android:theme="@android:style/Theme.Light.NoTitleBar"
android:icon="@drawable/ic_launcher_sim_toolkit"
android:label="@string/app_name"
android:configChanges="orientation|locale|screenSize|keyboardHidden|mnc|mcc"
@@ -77,7 +77,7 @@
<activity android:name="StkInputActivity"
android:label="@string/app_name"
android:icon="@drawable/ic_launcher_sim_toolkit"
- android:theme="@android:style/Theme.Holo"
+ android:theme="@android:style/Theme.Material.Light"
android:configChanges="orientation|locale|screenSize|keyboardHidden"
android:exported="false"
android:taskAffinity="android.task.stk.StkLauncherActivity">
@@ -89,14 +89,14 @@
</activity>
<activity android:name="StkDialogActivity"
android:configChanges="orientation|locale|screenSize|keyboardHidden"
- android:theme="@android:style/Theme.DeviceDefault.Dialog"
+ android:theme="@android:style/Theme.Material.Light"
android:exported="false"
android:taskAffinity="android.task.stk.StkLauncherActivity">
</activity>
<activity android:name="ToneDialog"
android:exported="false"
- android:theme="@android:style/Theme.DeviceDefault.Dialog"
+ android:theme="@android:style/Theme.Material.Light"
android:taskAffinity="android.task.stk.StkLauncherActivity">
</activity>