安卓标签view
label,适用于添加一些标签 Label label = new Label(this); label.setText("POP"); label.setBackgroundColor(0xff03a9f4); // label.setTargetViewInBaseAdapter(findViewById(R.id.btn), 80,10, Label.Gravity.LEFT_TOP); label.setTargetView(findViewById(R.id.btn), 4, Label.Gravity.RIGHT_BOTTOM);
文件列表
LableViewDemo.zip
(预估有个53文件)
LableViewDemo
bin
classes.dex
441KB
res
drawable-hdpi
ic_launcher.png
6KB
drawable-xhdpi
ic_launcher.png
9KB
drawable-xxhdpi
ic_launcher.png
17KB
暂无评论