Skip to content

Question about RefreshHeaderView #9

Description

@wider2

<com.todou.nestrefresh.RefreshHeaderView

there is 3 text sentences appears when we call this object RefreshHeaderView

private lateinit var textBelowThreshold: CharSequence
private lateinit var textAboveThreshold: CharSequence
private lateinit var textRefreshing: CharSequence

can you add simple check to the library, to show/hide it by request?
in case of idea to hide the sentence

by example, something like this public function:

fun toggleTextAppear(toggle Boolean) {
_showHide = toggle
}
and variable _showHide will show or hide that text

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions