google cloud messaging - android - trying to get right to left notification message order in FCM -


lately i've implemented fire-base cloud messaging in project, , every thing works fine!

except title , body message in left right order, there hacks can change right left?

what guys suggest?

edit: current notification looks this

enter image description here

but want title , message body right left,

and rtl attribute in manifest `android:supportsrtl="false".

and current json send fire-base server

   {   "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  } 


Comments

Popular posts from this blog

php - How to display all orders for a single product showing the most recent first? Woocommerce -

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -