androID:ID="@+ID/relativeNotification" androID:layout_wIDth="192dp" androID:layout_height="192dp" androID:layout_alignParentEnd="true" androID:layout_alignParentRight="true"> <com.inspius.coreapp.Widget.TintableImageVIEw androID:layout_wIDth="192dp" androID:layout_height="192dp" androID:layout_centerHorizontal="true" androID:layout_centerVertical="true" androID:layout_gravity="center_vertical" androID:contentDescription="@string/app_name" androID:src="@drawable/ic_launcher" app:tint="@color/custom_icon_vIDeo_detail_selector" />
如何从这个小图标中设置大图标?
解决方法 我认为可以通过覆盖默认设置来完成.在您的申请清单中:
<Meta-data androID:name="com.Google.firebase.messaging.default_notification_icon" androID:resource="@drawable/notification_icon" />
使用您的图标而不是@ drawable / notification_icon.
Source
希望有所帮助
更新:另外,看看:
https://github.com/firebase/quickstart-android/issues/4#issuecomment-221344318
The icon parameter can be used to specify a drawable within your app.
If you want to use R.drawable.foo,just pass foo.
这是icon参数文档:
https://firebase.google.com/docs/cloud-messaging/http-server-ref#notification-payload-support
总结以上是内存溢出为你收集整理的android – 如何在Firebase应用通知中设置更大的图标?全部内容,希望文章能够帮你解决android – 如何在Firebase应用通知中设置更大的图标?所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)