Android控件之ZoomButton缩放按钮
2010-11-05 00:57:36 来源:WEB开发网核心提示:setContentView(R.layout.zoombuttonscontroller);zb = (ZoomButton) findViewById(R.id.zoombutton);text = (TextView) findViewById(R.id.text);zb.setOnClickListener(n
setContentView(R.layout.zoombuttonscontroller);
zb = (ZoomButton) findViewById(R.id.zoombutton);
text = (TextView) findViewById(R.id.text);
zb.setOnClickListener(new OnClickListener() {
@Override
public void onClick(View v) {
size = size + 2;
text.setTextSize(size);
}
});
}
}
Tags:Android 控件 ZoomButton
编辑录入:coldstar [复制链接] [打 印]更多精彩
赞助商链接