mancj / mancj/MaterialSearchBar
EditTextStyleChangeError
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 2k
- Forks
- 324
- PR merge metrics
- No merged PRs in 30d
Description
W/nitoruldegalat: Accessing hidden field Landroid/widget/TextView;->mCursorDrawableRes:I (light greylist, reflection)
09-10 16:39:55.294 16710-16710/io.spaceapps.monitoruldegalati E/ContentValues: init:
com.mancj.materialsearchbar.EditTextStyleHelper$EditTextStyleChangeError: Error applying changes to android.support.v7.widget.AppCompatEditText{a7d5bfc VFED..CL. ......I. 0,0-0,0 #7f080080 app:id/mt_editText}
at com.mancj.materialsearchbar.EditTextStyleHelper.apply(EditTextStyleHelper.java:125)
at com.mancj.materialsearchbar.EditTextStyleHelper.applyChanges(EditTextStyleHelper.java:40)
at com.mancj.materialsearchbar.MaterialSearchBar.setupSearchEditText(MaterialSearchBar.java:317)
at com.mancj.materialsearchbar.MaterialSearchBar.postSetup(MaterialSearchBar.java:281)
at com.mancj.materialsearchbar.MaterialSearchBar.init(MaterialSearchBar.java:223)
at com.mancj.materialsearchbar.MaterialSearchBar.(MaterialSearchBar.java:126)
at java.lang.reflect.Constructor.newInstance0(Native Method)
at java.lang.reflect.Constructor.newInstance(Constructor.java:343)
at android.view.LayoutInflater.createView(LayoutInflater.java:647)
at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:790)
at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:730)
at android.view.LayoutInflater.rInflate(LayoutInflater.java:863)
at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:824)
at android.view.LayoutInflater.inflate(LayoutInflater.java:515)
at android.view.LayoutInflater.inflate(LayoutInflater.java:423)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with EditTextStyleHelper.java at line 125 and trace its use from MaterialSearchBar.java during setupSearchEditText. Reproduce the initialization path that raises EditTextStyleChangeError, then verify that applying the edit-text style no longer fails on the affected Android environment.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100