Hello!
I'm trying to dive into android development head first. While I know my way around Java, the XML and studio interface is proving painfully difficult in all sorts of silly places. These sorts of questions wouldn't really fly on stackoverflow, so I'd greatly appreciate any help you guys can offer me.
To begin with...
How do I add a plain View to my layout in designer? The google-produced udacity course on android development suggests using basic Views to provide blocks of colour, but in the current iteration of Studio I can't see any way to add these in. I can add a <view>, which opens a menu full of other views, but I can't find any way to add just a basic View class. There is a view in the palette called a Space, but I can't figure out how to have it draw any colour.
If this isn't a sensible way to produce basic colour blocks, what is?
I'm trying to dive into android development head first. While I know my way around Java, the XML and studio interface is proving painfully difficult in all sorts of silly places. These sorts of questions wouldn't really fly on stackoverflow, so I'd greatly appreciate any help you guys can offer me.
To begin with...
How do I add a plain View to my layout in designer? The google-produced udacity course on android development suggests using basic Views to provide blocks of colour, but in the current iteration of Studio I can't see any way to add these in. I can add a <view>, which opens a menu full of other views, but I can't find any way to add just a basic View class. There is a view in the palette called a Space, but I can't figure out how to have it draw any colour.
If this isn't a sensible way to produce basic colour blocks, what is?