API

1.void android.view.View.setTag(Object tag)

Sets the tag associated with this view. A tag can be used to mark a view in its hierarchy and does not have to be unique within the hierarchy. Tags can also be used to store data within a view without resorting to another data structure.

posted @ 2013-05-28 08:59  沿途的景  阅读(107)  评论(0)    收藏  举报