Julia Childs
unread,Mar 29, 2015, 3:01:36 PM3/29/15Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mac...@googlegroups.com
I cleared the data on the emulator and your text color example worked. Thanks homie. Is it possible to set the background color of the entire app from macroid and if so could you provide a simple example? I'm new to macroid and android development in general. I can set the background color of the TextView widget with no problem, but I tried setting the background color of the whole app by using BgTweaks.color after the layout, but that didn't work, i.e. l[LinearLayout](...) <~ BgTweaks.color(Color.rgb(...)).