Hi, > - Would you confirm that what I intend to perform is impossible with > the built-in layouts?
What are you trying to do? > - If yes, what is the exact mean of the RelativeLayout parameter > 'android:layout_centerVertical="true"'? It centers the child vertically within the bounds of the RelativeLayout. That implies that the RelativeLayout has known bounds, which might be your issue. > - If only possible through the building of a custom "ViewGroup" > derived class, to your mind, how much time do you think a regular > Android developer like me needs to devote to that piece of work, I > mean understanding the Android layout policy? It's rather simple, especially if you look at the various samples. P.S: My name is Romain :) -- Romain Guy Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

