How can I change TextView Style in android application to any design I prefer?
for exmaple in messaging: to show a message inside a balloon (like in iPhone inBox) .
thanks,
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.
Answer for your question not only true for
textviewbut otherviewin android.You will need a new your-self class that extends view you need to change style.
for example:
Here is an example code, that draw a straight line in each line of
EditText(like you are typing in a paper). You can see this code and learning to do like it.Again: to do this, you should has some knowledge about drawing in android (Canvas or OpenGL).