On Fri, Sep 10, 2010 at 12:36 PM, dashman <erjdri...@gmail.com> wrote:
> can a kind soul point me to a documentation
> on valid layout attribute key and values.
>
> specifically - valid values for e.g. android:paddingRight etc

Generally, they are in the documentation for the class. So,
paddingRight is a property on all views, so you will find it in
android.view.View:

http://developer.android.com/reference/android/view/View.html#attr_android:paddingRight

In the specific case of paddingRight, that takes a dimension, either
inline (e.g., 20dip) or as a dimension resource:

http://developer.android.com/guide/topics/resources/more-resources.html#Dimension

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android Training in London: http://skillsmatter.com/go/os-mobile-server

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