I wrote my own GridView and i using it with XML setting layout_width as match_parent. My question is how to get width in pixels from attrs. I know how to get my cyston attrs but dont know how to read width value before view is drawed.
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 solve this. Just need to getMeasuredDimensions after onMeasure method is called.