I want to use Layouts, like we use divs in HTML, i.e. 2 Divs in a screen to separate navigation bar with content. Can we do this by using layouts, if yes then how can we do this
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, that’s possible using android styles in android. You can define style for similar widget properties like colour, padding, background, text size etc. Once you have styles, you can apply those styles while defining a widget (TextView, EditText etc..) in xml layout files. More details about styles are available at following link.
http://developer.android.com/guide/topics/ui/themes.html