Skip to content

Commit

Permalink
[android] add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
biezhihua committed Jun 26, 2024
1 parent eb824df commit 96c3747
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -401,12 +401,23 @@ object GXTemplateKey {
* 重新绑定数据时是否scroll不变化
*/
const val GAIAX_DATABINDING_HOLDING_OFFSET = "holding-offset"

/**
* 仅在holding-offset为true时生效
* center/left/right
*/
const val GAIAX_SCROLL_POSITION = "scroll-position"

/**
* 仅在holding-offset为true时生效
*/
const val GAIAX_SCROLL_INDEX = "scroll-index"

/**
* 仅在holding-offset为true时生效
*/
const val GAIAX_SCROLL_ANIMATED = "scroll-animated"

const val GAIAX_DATABINDING_ITEM_TYPE = "item-type"
const val GAIAX_DATABINDING_ITEM_TYPE_PATH = "path"
const val GAIAX_DATABINDING_ITEM_TYPE_CONFIG = "config"
Expand Down

0 comments on commit 96c3747

Please sign in to comment.