[Q] Custom view not drawing after a certain width

Search This thread

rock.sujin

New member
Jun 28, 2014
1
0
Hi,

I am a developer and facing an issue in kindle fire which is not there in other phone and tablets.
I have a custom view whose width will be initially (0.75 * screen width). Then I will be increasing its width upto (2 * screen width). But the entire view is not drawing. In all other android devices the view drawing. This issue is only in kindle. Can you please help me out of this??

Thank you
 

deanwray

Senior Member
Apr 2, 2006
1,145
427
www.deanwray.co.uk
Hi,

I am a developer and facing an issue in kindle fire which is not there in other phone and tablets.
I have a custom view whose width will be initially (0.75 * screen width). Then I will be increasing its width upto (2 * screen width). But the entire view is not drawing. In all other android devices the view drawing. This issue is only in kindle. Can you please help me out of this??

Thank you

Could be some override on the "bounds" properties for the parent containing "type/view", like clipToBounds etc, or any of the related ones