python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Notification body/title RTL android
I want to show notification in Arabic, its title and body is set but in Arabic I need to set title and body to RTL?
How I can do that? Please help.
sHiTaLsHiNdE
Votes: 0
Answers: 1
Android12 -> configuration.setLayoutDirection(new Locale("ar")) not working
It works on other android versions but below code doesn't work on android 12 devices. I use "ar" to language parameter.
val configuration: Configuration = resources.configuration
configurati...

Tuncer POLAT
Votes: 0
Answers: 2
