I have made a custom view and I try to add it to the activity.addview and I face type mismatch issue
I thought customview never be a view until I saw SimpleExoPlayerView which is a custom view and it is added normally to activity.addview
I need to add the customview to the activity not the Base because I laterly use findview to get the view from the activity and use it's custom properties
I thought customview never be a view until I saw SimpleExoPlayerView which is a custom view and it is added normally to activity.addview
I need to add the customview to the activity not the Base because I laterly use findview to get the view from the activity and use it's custom properties