For example textview with size 33.0 dp in xml. It means double number or it has other features?
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.
I assume you’re referring to either layout_width or layout_height; in this case these numbers are always floating point. The “.0” on the end has no particular significance.
See http://developer.android.com/reference/android/R.attr.html#layout_width for more information.