Skip to content

Commit 4b5faea

Browse files
committed
Renaming theme to avoid clashes with 3rd party declared themes.
YM-20237
1 parent 4639970 commit 4b5faea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

yoti-sdk/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<application
66
android:label="@string/app_name">
7-
<activity android:name=".ReceiverActivity" android:theme="@style/Theme.AppCompat.Translucent"/>
7+
<activity android:name=".ReceiverActivity" android:theme="@style/Theme.Yoti.AppCompat.Translucent"/>
88
<service
99
android:name=".kernelSDK.KernelSDKIntentService"
1010
android:exported="false"/>

yoti-sdk/src/main/res/values/styles.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3-
<style name="Theme.AppCompat.Translucent" parent="Theme.AppCompat.NoActionBar">
3+
<style name="Theme.Yoti.AppCompat.Translucent" parent="Theme.AppCompat.NoActionBar">
44
<item name="android:background">#00000000</item>
55
<item name="android:windowNoTitle">true</item>
66
<item name="android:windowBackground">@android:color/transparent</item>

0 commit comments

Comments
 (0)