For Styling in hybrid Mobile App

0
Hi, I wanna add some styling on list view widget in Hybrid mobile app.But I am able to find where i need to add that styling.Any one suggest me where i should add that styling. For hybrid Mobile App. Thanks
asked
2 answers
0

Use Calypso to edit web and hybrid styling. You’ll add a class to the list view, and then create that class in the custom.scss file in your project’s theme folder.

answered
0

Hi Disha,

For styling an Hybrid App and adding custom CSS you have to add it to the components.json

https://docs.mendix.com/refguide/customizing-hybrid-mobile-apps#2-standard-components-json

Cheers, Andries

answered