michaellct

Results 3 comments of michaellct

you can use [addIgnoredView ](https://github.com/SpecialCyCi/AndroidResideMenu#ignored-views)method do that

@JasonHezz [android-empty-layout](https://github.com/alamkanak/android-empty-layout) 这儿也有个

@s3hengwu 不要加锚点就可以解决了 ``` .anchor(findViewById(R.id.id_container)) //注释掉即可 ``` @hongyangAndroid 应该大部分手机都会有问题 我参照源码看了下实现逻辑,通过直接修改xml添加child一样,如下 ``` ``` 因为直接在通过studio预览的话 也是挡不住其他控件的,如图 ![qq 20151118113742](https://cloud.githubusercontent.com/assets/15043716/11231989/d269ccc6-8de8-11e5-9cd0-219ac669e7c6.png) ``` if (mAnchor instanceof FrameLayout || mAnchor instanceof RelativeLayout) { ViewGroup.LayoutParams lp = new ViewGroup.LayoutParams...