where can I find the naming rules for Android resources? I found out thanks to compilation errors that I must use characters within [a-z0-9._], but I also have an error with
This is Java rule, not Android-only rule. Name each element with a starting letter, and you'll be right.