Background of Address-book App (Contacts App)
-
Hi
I am now working on the address book app and cannot find where to change the background of this app on the page where the contacts are shown.
I have successfully figured out the Contacts Delegate and changed the background of where the name is written. But cannot find how to change the background of the whole page.
Thanks
-
@iqrajaved said in Background of Address-book App (Contacts App):
Hi
I am now working on the address book app and cannot find where to change the background of this app on the page where the contacts are shown.
I have successfully figured out the Contacts Delegate and changed the background of where the name is written. But cannot find how to change the background of the whole page.
Thanks
Then it has a default background according to system Theme. you can override it with
backgroundColor
i guess as a Mainview property or i don't remember which one