I found a workaround to use custom font in ‘List view Image and Text’. But I would like to know if it will affect the apk or not? or is it against googleplay guidelines (cause in this method the font name is fake) ?
What I did was:
Choose a default font for the list view (a font which you dont want in your project.eg: MaterialIcons-Regular.ttf ).
Export the apk
Download android multi tool or apktool (apktool didn’t work for me)
Decompile the apk
rename the custom font you want to 'MaterialIcons-Regular.ttf ’ & replace the font in assets folder with this font.
That is very clever. I don’t see why it would be an issue, provided you are signing with the same keystore and package name credentials you need for publishing.
This process is new to me. That got me confused. There’s one more problem: the list view image is missing. I will have to find a fix for it. I think its because of the font used. The custom font is a bold font & the default one was regular (with the Title=bold option enabled)