We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Couldn't load subscription status. Retry
There was an error while loading. Please reload this page.
设置子视图是否在view的边界内绘制
⚠️ Android:clipToBounds只能对parent使用,parent会遍历子View,让所有子View都统一clipToBounds。注:parent自己不生效,需要调用parent的parent才行。 IOS:clipToBounds只能对View自己生效