公告板
版本库
filestore
活动
搜索
登录
android
/
pipIrrApp
管灌系统巡查员智能手机App
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
1.修改library名称 2.取水口接口相关代码
zuoxiao
2025-02-11
dde9027478b772dd60371937413ac2838c4f3bbd
[android/pipIrrApp.git]
/
bigimage_library
/
src
/
main
/
java
/
cc
/
shinichi
/
library
/
view
/
listener
/
OnCustomLayoutCallback.kt
1
2
3
4
5
6
7
8
9
package cc.shinichi.library.view.listener
import android.app.Activity
import android.view.View
interface OnCustomLayoutCallback {
fun onLayout(activity: Activity, parentView: View)
}