TvWidget 效果图:<img alt="" src="/static/assets/osapp/images/c76dc2389d9fb1be67f4f4bda136241d.png">使用 介绍
TvWidget是一个TV常用效果控件,包括焦点、边框处理等。
效果图:
使用
BorderView border=new BorderView(this); border.setBackgroundResource(R.drawable.item_highlight); RelativeLayout main= (RelativeLayout) findViewById(R.id.main); border.attachTo(main);