Android Tutorial & Lessons 12: Radio Buttons and Groups in XML:
Uploader Comments (CornboyzAndroid)
Top Comments
-
I cannot find "Edit Text" option on the palette! Could you tell me what could be the issue? And if there is any alternative?
-
@TheSiri66 Edit Text is no longer on Eclipse. It's now under Text Field, Plain Text it works the exact same way as Edit Text. Please give me a thumbs up if this helped you ;)
All Comments (28)
-
@TheSiri66 just use the plain text option ;)
-
Another good night... ending at 6am... thank you sir... back tomm.. tonight:)
-
i have a problem with a error on the last LinearLayout end
-
@TheSiri66 Plain text
-
@TheSiri66 This is because EditText is deprecated (no longer used). What I found that works instead is to make a TextView, then change its properties. There's a property called "Input Type", change that to "text" and it will act like a editable text box.
-
@htme51 That may be it. I typed the code in XML. Thanks.
-
@TheSiri66 i have the same problem. i think its because we have the newer version of eclipse.
i loved how u overdubbed the "12th" at the beginning ^^
SnoWWW85 11 months ago 14
@SnoWWW85 haha yea....
CornboyzAndroid 11 months ago 2
I know java , really well, but I'm a total 0 on xml.
What to do if
C:\Documents and Settings\Admin\Мои документы\Java projects\Droid\res\layout\test.xml:7: error: Error: No resource found that matches the given name (at 'src' with value '@drawable/test').
MyRsIrl 1 year ago
@MyRsIrl well there are a few things you want to check/ try. First make sure you put a picture called test.png or whatever in the appropriate drawable folder, then you want to go to Project>Clean... if that doesn't fix the problem you want to check if you still have the auto generated R.java file within "gen" folder if it isn't there then most likely you set something up incorrectly in the manifest or mislabeled a resource. Hope that helps :D
CornboyzAndroid 1 year ago
Love you man.Keep it up, ur ahead of bucky buy a long shot :D!
One tip. When you are in the XML files if u click "ctrl+shift+F" you will format/cut those long lines of code and "tab" it so you get a nice clean overview. :D
Keep it up!
trondihauge 1 year ago
@trondihauge Hey thanks for the encouragement & for the awesome shortcut tip!
CornboyzAndroid 1 year ago