TvWidget是一个TV常用效果控件,包括焦点、边框处理等。
BorderView border=new BorderView(this); border.setBackgroundResource(R.drawable.item_highlight); RelativeLayout main= (RelativeLayout) findViewById(R.id.main); border.attachTo(main);