Skip to content

Commit

Permalink
Merge pull request #279 from niorgai/master
Browse files Browse the repository at this point in the history
补充可滑动子 View ID 的默认值
  • Loading branch information
donkingliang authored Feb 7, 2023
2 parents 0976f4d + 0b420bf commit be776bd
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2434,7 +2434,10 @@ public static class LayoutParams extends MarginLayoutParams {
*/
public boolean isSink = false;

public int scrollChild;
/**
* 可滑动子 View 的 id
*/
public int scrollChild = View.NO_ID;

/**
* 子view与父布局的对齐方式
Expand Down

0 comments on commit be776bd

Please sign in to comment.