Sha*_*edi 5 android google-cloud-messaging firebase-cloud-messaging
最近我在我的项目中实现了 Firebase 云消息传递,一切正常!
除了标题和正文消息按从左到右的顺序外,是否有任何技巧可以将其更改为从右到左?
你们有什么建议?
编辑:当前的通知看起来像这样
但我希望标题和消息正文从右到左,
清单中的 rtl 属性是`android:supportsRtl="false"。
这是我发送到 fire-base 服务器的当前 Json
{
"collapse_key" : "demo",
"to" :"xyz",
"notification" : {
"body_loc_key" : "welcome_messages",
"body_loc_args":["????" , "1500"],
"title" : "????? ???"
},
"data" : {
"key1" : "value1",
"key2" : "value2"
},
"time_to_live" : 3
}
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
878 次 |
| 最近记录: |