[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into aosp-main-future am: 0dcc553f41 -s ours
am skip reason: contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Stk/+/29359189
Change-Id: If3d913b413e15911845feb9db47672a35ad5ea4d
Signed-off-by: Automerger Merge Worker <[email protected]>
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 18f3848..1fa49f3 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -86,7 +86,7 @@
<activity android:name="StkInputActivity"
android:label="@string/app_name"
android:icon="@drawable/ic_launcher_sim_toolkit"
- android:theme="@style/Theme.AppCompat.DayNight.NoActionBar"
+ android:theme="@style/StkInputTheme"
android:configChanges="orientation|locale|screenSize|keyboardHidden"
android:exported="false"
android:autoRemoveFromRecents="true"
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 1b07a74..8f373c3 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -27,4 +27,9 @@
<style name="StkTheme" parent="@android:style/Theme.DeviceDefault.DayNight">
<item name="android:windowOptOutEdgeToEdgeEnforcement">true</item>
</style>
+
+ <style name="StkInputTheme" parent="@style/Theme.AppCompat.DayNight.NoActionBar">
+ <item name="android:statusBarColor">@android:color/transparent</item>
+ <item name="android:windowOptOutEdgeToEdgeEnforcement">true</item>
+ </style>
</resources>