Hi all,
i have a layout like
<ll vertical>
<ll horizental>
<textview></textview>
<textview></textview>
</ll>
<ll horizental>
<textview></textview>
<textview></textview>
</ll>
</ll>
The problem is i need to display this as part of my whole screen.
i am doing
mCustomDrawableView = new CustomDrawableView((Context)this,
R.drawable.mychart);
setContentView(mCustomDrawableView);
and on ondraw of my custom view i am drawing the bitmaps etc.
The problem is how can I make above layout into a ibitmap, so that I
can draw it in this custom drawing ?
i need to do this because in the layout, one textview will have right
aligned text which is difficult to do in custom drawing.
jags
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en