-
- showAsDropDown(View anchor, int xoff, int yoff) 以anchor的左下角为参照点,定义偏移
- showAsDropDown(android.view.View) 以anchor的左下角为参照点,不偏移
- showAtLocation(View parent, int gravity, int x, int y) 以parent为主容器,gravity为对齐参照点,定义偏移
本文详细介绍了在Android中如何使用不同的方法来定义Dropdown菜单的显示位置。包括以指定视图的左下角为参照点并定义偏移量显示,以及以指定容器为主并定义对齐方式和偏移量的方法。
1581

被折叠的 条评论
为什么被折叠?