Hi,

   Have you tried FrameLayout.setForeground(Drawable drawable);

   FrameLayout.setForeground(Drawable drawable) to set Any foregroud
   drawable for FrameLayout.

  if you pass "drawable" as null then it means that "noforeground has
been set".

  Please correct me if i am wrong.

On Nov 29, 2:26 pm, jani basha shaik <jani....@gmail.com> wrote:
> hai,
> i am new buddy for android platform . I want to setForeground image
> for the callee layout in call screen of android. To do this in layout
> xml file i have changed that callee frames as FrameLayout and then by
> getting ids of Framelayout i am setting foreground for each callee
> lines.
> it's working fine for only 2 calls (at max i can make 3 calls at the
> same time by putting other two active calls in hold) , when ever i
> make a third call lot of contravention happening.
> so, my question is without changing layout xml files by using any
> animation or opacity we can change the frames foreground ? Is it
> possible , plz give me example if possible.
> (note : if i press the menu options then also the opacity must shown
> for frames )
> if it is possible plz , suggest me the way how can i make this
> possible ?
>
> thanks in advance...

-- 
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 options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to