Billaboard
Lurker
I've just started trying to start the Android Fundamental practicals, and am having problems already. Is there anywhere better than here to ask very basic questions? Such as
On the Codelabs fundamentals 1.2, I load buttons and TextView, but then it says
"Set the textStyle to B (bold) and the textAlignment to ALIGNCENTER (center the paragraph).", but nowhere can I see a textAlignment option.
If I use the Gravity settings to align the text centrally, and go to the MainActivity.java screen, I see that the R in setContentView(R.layout.activity_main); has turned red and if I try to run the app, it says "Failed linking file resources".
At this stage, I'm not up to debugging this. What am I likely to be doing wrong?
On the Codelabs fundamentals 1.2, I load buttons and TextView, but then it says
"Set the textStyle to B (bold) and the textAlignment to ALIGNCENTER (center the paragraph).", but nowhere can I see a textAlignment option.
If I use the Gravity settings to align the text centrally, and go to the MainActivity.java screen, I see that the R in setContentView(R.layout.activity_main); has turned red and if I try to run the app, it says "Failed linking file resources".
At this stage, I'm not up to debugging this. What am I likely to be doing wrong?