我想在标签的相同位置打开一个弹出屏幕。所以我想要一个返回屏幕中字段位置的方法。然后我将这些位置用于弹出窗口。
public void sublayout(int width, int height){
super.sublayout(width,height);
setPosition(x_postion_of_label,y_postion_of_labe);
}
我想在标签的相同位置打开一个弹出屏幕。所以我想要一个返回屏幕中字段位置的方法。然后我将这些位置用于弹出窗口。
public void sublayout(int width, int height){
super.sublayout(width,height);
setPosition(x_postion_of_label,y_postion_of_labe);
}