Skip to content

Commit 02517a5

Browse files
authored
Merge pull request #19 from getyoti/YM-20237
[YM-20237] Renaming theme to avoid clashes with 3rd party declared themes.
2 parents 4639970 + 0c3c308 commit 02517a5

File tree

8 files changed

+6
-4
lines changed

8 files changed

+6
-4
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ yotiBackendPort=443
4343
pomId=yoti-button-sdk
4444
pomGroup=com.yoti.mobile.android.sdk
4545
pomPackaging=aar
46-
pomVersion=1.2.0
46+
pomVersion=1.2.1
4747
pomDescription=Button SDK that allows 3rd party to trigger Yoti as support app
48-
currentVersionCode=000008
48+
currentVersionCode=000009
4949

5050
pomLicenseName=MIT
5151
pomLicenseUrl=https://github.com/getyoti/android-sdk-button/blob/master/LICENSE.md

yoti-sdk/src/main/AndroidManifest.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
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"
8+
android:theme="@style/Theme.Yoti.AppCompat.Translucent"
9+
android:exported="false"/>
810
<service
911
android:name=".kernelSDK.KernelSDKIntentService"
1012
android:exported="false"/>
-2.17 KB
Binary file not shown.
-1.63 KB
Binary file not shown.
-3.27 KB
Binary file not shown.
-4.49 KB
Binary file not shown.
-15.3 KB
Binary file not shown.

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)