Hi,
I am new developer for android platform, i have an task to complete
but i don't have any idea how to do this?
My layout has following pattern:
<Linearlayout>
  <Linearlayout>
    <FrameLayout>
       <LinearLayout>
               < include 1>  <first line information>
                <include 2>  <second line information>
                 <include 3> <third line information>
        </LinearLayout>
      </FrameLayout>
  </LinearLayout>
</LinearLayout>
I need to set foreground for the included elements in above layout but
i am not able to find setForeground() method for LinearLayout include
elements.By browsing i am able to find out that we have
setForeground() method applicable for only FrameLayout but i need to
set foreground for LinearLayout include elements. I am stuck here , i
don't have any idea how to do this. Can please some body suggest me
the way how we can make this possible ?
(Note : don't change layout structure )

Thanks in advance
Basha.

-- 
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

Reply via email to