We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Cannot Load Sfbusy Indicator from xml layout


Can you please provide an example on how to declare the sfbusyindicator on the layout so far I have this but I am recieving an error regarding to not finding the java.class am I  missing something ?? 

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"

 xmlns:syncfusion="clr-namespace:Syncfusion.SfBusyIndicator.Android;assembly:Syncfusion.SfBusyIndicator.Android" (is this declaration correct)

    android:id="@+id/main_list_LinearLayout"
    android:orientation="vertical"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent">
    <ImageView
        android:id="@+id/imageView"
        android:layout_gravity="center"
        android:layout_width="720px"
        android:layout_height="720px" />
    <TextView
        android:id="@+id/nameView"
        android:gravity="center"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:textSize="16sp"
        android:textColor="#FF33B5E5" />
    <com.syncfusion.sfbusyindicator.SfBusyIndicator (is this correct declaration???)
        android:id="@+id/busyIndicator"
        android:layout_height="wrap_content"
        android:layout_width="wrap_content"  
        />
     
</LinearLayout>
------------------------ and on the code
     sfBusyIndicator=itemView.FindViewById<SfBusyIndicator>(Resource.Id.busyIndicator);  

2 Replies

PA Paul Anderson S Syncfusion Team September 25, 2015 12:51 PM UTC

Hi Ricardo,

We are analysing on your query. We will get back to you with complete details on 28th September 2015.

Please let us know if you have any query.

Regards,
Paul Anderson


PA Paul Anderson S Syncfusion Team September 28, 2015 10:57 AM UTC

Hi Ricardo,

We were able to reproduce the problem and have logged defect report regarding this. A support incident to track the status of this defect has been created under your account. Please log on to our support website to check for further updates

https://www.syncfusion.com/account/login?ReturnUrl=%2fsupport%2fdirecttrac%2fincidents  

Please let me know if you have any questions.

Regards,
Paul Anderson

Loader.
Live Chat Icon For mobile
Up arrow icon