Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setFreezeText Not Working for searchinputview #230

Open
LinArcX opened this issue May 11, 2017 · 0 comments
Open

setFreezeText Not Working for searchinputview #230

LinArcX opened this issue May 11, 2017 · 0 comments

Comments

@LinArcX
Copy link

LinArcX commented May 11, 2017

hi @arimorty and thanks for this great library.
i have a problem for save/restoring State Of search input view.
in my app, i have 4 fragment.
whenever i switch between theme, use some code for retrieve last state of that fragment:

    @Override
    public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
        // Inflate the layout for this fragment
        if (view == null){
            view = inflater.inflate(R.layout.fragment_search, container, false);
            initializeComponents(view);
        }
        return view;
    }

every thing is ok and all component use last states but searchinputview don't show hint text and cursor for type.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant