iammert / InteractivePlayerView

Custom android music player view.
743 stars 161 forks source link

add dynamically #7

Open abbasalim opened 8 years ago

abbasalim commented 8 years ago

hello, i want to add your view ,dynamically.

InteractivePlayerView cmp2 = new InteractivePlayerView(ReadActivity.this); cmp2.setCoverDrawable(R.mipmap.no_wifi); ll.addView(cmp2);

but not work