iammert / StatusView

Custom status view for Android.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how can i modify your layout text

wying111 opened this issue · comments

If I want to download something.for example,I want to show "Loading..." or "Complete" but "conntect" with your layout,how to do? Thanks

You can create your own layout for that. It is already mentioned on readme file. You can use StatusView for that. @WangChangQin

<iammert.com.library.StatusView
        android:id="@+id/status"
        android:layout_width="match_parent"
        android:layout_height="48dp"
        app:dismissOnComplete="true"
        app:complete="@layout/completeLayout"
        app:error="@layout/errorLayout"
        app:loading="@layout/loadingLayout"/>