android - AlertDialog youtube? -
i want know if possible inflate youtube in alert dialog,
but error in view view
: android.view.inflateexception
exception.
inflate :
dialogview = layoutinflater.from(context).inflate(r.layout.alert_label_editor_notif, null,false);
xml
<com.google.android.youtube.player.youtubeplayerview android:id="@+id/youtube_view" android:layout_width="match_parent" android:layout_height="fill_parent"/>
don't create view that.the ways use youtube stan alone player api
i have made tutorial @ this git hub link
sample .
Comments
Post a Comment