[android-developers] Re: wrap_content and fill_parent using Java

2011-01-24 Thread Gabriel Simões
Seach for LayoutParameters  this is the way to go.

On 24 jan, 15:36, TreKing treking...@gmail.com wrote:
 On Mon, Jan 24, 2011 at 3:08 AM, Sudhakar Chavali 

 sudhakar.koundi...@gmail.com wrote:
  I wanted to set wrap content and fill parent properties using Java.
  How can I achieve this?

 Read the documentation. Start by searching for those properties and see
 where the links take you.\

 --- 
 --
 TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
 transit tracking app for Android-powered devices

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


[android-developers] Re: wrap_content and fill_parent using Java

2011-01-24 Thread nation-x
Since I would rather provide an actual answer instead of saying
search for it specifically...

http://developer.android.com/reference/android/view/ViewGroup.LayoutParams.html#ViewGroup.LayoutParams%28android.view.ViewGroup.LayoutParams%29

Shawn

On Jan 24, 12:36 pm, TreKing treking...@gmail.com wrote:
 On Mon, Jan 24, 2011 at 3:08 AM, Sudhakar Chavali 

 sudhakar.koundi...@gmail.com wrote:
  I wanted to set wrap content and fill parent properties using Java.
  How can I achieve this?

 Read the documentation. Start by searching for those properties and see
 where the links take you.\

 -
 TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
 transit tracking app for Android-powered devices

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


Re: [android-developers] Re: wrap_content and fill_parent using Java

2011-01-24 Thread TreKing
On Mon, Jan 24, 2011 at 11:43 AM, nation-x shawn.payme...@gmail.com wrote:

 Since I would rather provide an actual answer instead of saying search for
 it specifically...


Giving a man a fish feeds him for a day. Teaching him to fish feeds him for
life. Or however that saying goes.

-
TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
transit tracking app for Android-powered devices

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