act262
act262
这个不是立即回弹的问题,也不会回弹到顶部,由于ScrollView内部的滚动问题导致的,ListView、GridView的ItemView会获取到焦点,导致ScrollView会自动滚动到焦点出现为止,解决方案是给ScrollView的子View设置属性`android:descendantFocusability="blocksDescendants"`即可,通过阻断焦点查找来阻止ScrollView的自动滚动。
Waiting fix it.
work around way 1: `layoutManager = object : FlexboxLayoutManager(requireContext()) { val fixMaxLine = 3 override fun getFlexLinesInternal(): MutableList { val originList = super.getFlexLinesInternal() val size = originList.size if (size >...
u should deploy your local server firstly, and then use those`admin` command.
up/down/next/previous what can it do ?some one can tell me?
Camera1 must be own SurfaceTexture or SurfaceHolder then can call onPreviewFrame callback, and we also request render all time by self. ``` cameraInstance.setPreviewTexture(surfaceTexture) ```
``` GPUImage# public void setRotation(final Rotation rotation, final boolean flipHorizontal, final boolean flipVertical) ``` setup **flipVertical=true** while front camera need mirror effect.