-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MBX-3508: change image scale type #478
Conversation
android:layout_height="wrap_content"> | ||
|
||
<TextView | ||
android:id="@+id/text_view_title" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
id этих view совпадают с теми, что в дефотных пушах? Ты проверял?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
почему они должны совпадать? мы ничего не знаем о layout'ах в дефолтных пушах
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ну да, в дефолте вообще называется title, message, icon. Путь будет как будет
sdk/src/main/res/values/dimens.xml
Outdated
@@ -0,0 +1,8 @@ | |||
<?xml version="1.0" encoding="utf-8"?> | |||
<resources> | |||
<dimen name="notification_content_margin_end">16dp</dimen> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
давай все наши ресурсы начинать с mindbox
sdk/src/main/java/cloud/mindbox/mobile_sdk/pushes/PushNotificationManager.kt
Outdated
Show resolved
Hide resolved
@@ -500,6 +505,7 @@ internal object PushNotificationManager { | |||
defaultActivity = defaultActivity, | |||
) | |||
.setNotificationStyle( | |||
context =context, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
пробел потерял
Закрываю, потому что делаем другое решение |
https://github.com/mindbox-cloud/issues-web-mobile/issues/3508