Sarath SVS
Sarath SVS
 my xml ``` ``` my callback method ``` fun setUpSlideCallBacks(){ val slideToActView :SlideToActView = findViewById(R.id.slideToActView) slideToActView.onSlideCompleteListener = object : SlideToActView.OnSlideCompleteListener{ override fun onSlideComplete(view: SlideToActView) { //its not getting called...
how to change the direction of the list, I can't see the list because chip_input view is at the bottom of the layout
Caused by: android.view.InflateException: Binary XML file line #42 in com.appstest12.youtube2pip:layout/youtube_pip_layout: Error inflating class Caused by: java.lang.reflect.InvocationTargetException at java.lang.reflect.Constructor.newInstance0(Native Method) at java.lang.reflect.Constructor.newInstance(Constructor.java:343) at android.view.LayoutInflater.createView(LayoutInflater.java:854) at android.view.LayoutInflater.createView(LayoutInflater.java:776) at com.android.internal.policy.PhoneLayoutInflater.onCreateView(PhoneLayoutInflater.java:58) at android.view.LayoutInflater.onCreateView(LayoutInflater.java:930) at...