-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pull request #87: custom in-app dialog button color sync with android…
… sdk Merge in MML/infobip-mobile-messaging-huawei from mhudicek/MM-6929-custom-button-color to master Squashed commit of the following: commit 410e5ff6509bb57172b4e182971588cee38a93a9 Author: Matej Hudicek <[email protected]> Date: Mon Nov 25 14:18:44 2024 +0100 Remove empty lines in imports commit cf9a183282a76f7343073c007bf785cd5ae7a607 Author: Luka Ilić <[email protected]> Date: Mon Nov 25 13:51:28 2024 +0100 custom in-app dialog button color sync with android sdk
- Loading branch information
Showing
6 changed files
with
38 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
infobip-mobile-messaging-huawei-sdk/src/main/res/values-night/colors.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<color name="buttonTextColor">@android:color/white</color> | ||
</resources> |
4 changes: 4 additions & 0 deletions
4
infobip-mobile-messaging-huawei-sdk/src/main/res/values/colors.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<color name="buttonTextColor">@android:color/black</color> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters