I wrote some layout xml files.
In this files, there are some views that the attributes,
android:visibility, are View.GONE.
And, in the code, the attributes are changed with View.VISIBLE.
I already have checked that the layoutParams(i.e. left, top, right and
bottom) was updated after doing layout (by requestLayout?).

Is it possible to know the updated values of layoutParams before doing
layout?

Additionally, can I modify and apply the size and position of the view
before displaying on launching time(like Activity.onCreate)?

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

To unsubscribe from this group, send email to 
android-developers+unsubscribegooglegroups.com or reply to this email with the 
words "REMOVE ME" as the subject.

Reply via email to