TV常用效果控件 TvWidget
- 授权协议: Apache
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: https://github.com/evilbinary/TvWidget
- 软件文档: https://github.com/evilbinary/TvWidget/blob/master/README.md
- 官方下载: https://github.com/evilbinary/TvWidget
软件介绍
TvWidget是一个TV常用效果控件,包括焦点、边框处理等。
效果图:
使用
BorderView border=new BorderView(this); border.setBackgroundResource(R.drawable.item_highlight); RelativeLayout main= (RelativeLayout) findViewById(R.id.main); border.attachTo(main);
