I would to know how to have a border to separate my buttons
in my xml file.
Could someone please help me?
I would to know how to have a border to separate my buttons in
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.
Use a LinearLayout with no children and a height of 1 DP (assuming you are separating them vertically)
You can play with other options but this should give you a basic idea of what (I think) you’re looking for. Try elaborating and showing some sample code for future question so we can understand your problem and help more!