# bookClub_android **Repository Path**: chenfwind/bookClub_android ## Basic Information - **Project Name**: bookClub_android - **Description**: 终端 - **Primary Language**: Android - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-04-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #bookClub_android 知识总结: /** * sideslip function */ 自定义ViewGroup 1、onMeasure 决定内部View (子View) 的宽和高,以及自己的宽和高 2、onLayout 决定子View的放置的位置 3、onTouchEvent 自定义属性:允许用户设置菜单里屏幕右边的边距 1。书写xml文件 values/attr.xml 2、在布局文件中进行使用,特别注意xmlns 3、在构建方法中(3个参数的构造方法)中获得我们设置的值