[android-developers] Re: images overlay on layout

2011-08-07 Thread Dinko Chong
I don't know for what purpose you are using FrameLayout but RelativeLayout is terific you just need to define how your ImageButton layout to his parent , the later Item in XML file will cover the former one . for example : LinerLayout textView / Button / LinerLayout / if the 2 items

[android-developers] Re: Creating a Basic Layout

2011-08-03 Thread Dinko Chong
Thx man I just wanna programmatically my layout this teaches me a lot -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] XML attributes about childViews

2011-08-02 Thread Dinko Chong
Sorry for my poor English , here's the problem I extented a mView from ImageView and I overrode its onDraw() method , cuz I wanna draw some thing spicial on the basic pictures we all know that ImageView has a XML attribute -- android:src now here's the thing , if I used android:src=URI

[android-developers] Re: XML attributes about childViews

2011-08-02 Thread Dinko Chong
anybody knows ?? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more

[android-developers] Re: bitmap cache

2011-08-02 Thread Dinko Chong
I think it's a bug , the only way you can clean you cache is to delete these pics all by yourself -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from