OrlandoLabao43 / sandrob

Automatically exported from code.google.com/p/sandrob
2 stars 0 forks source link

Autocomplete on forms saved data #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Autocomplete on forms saved data

java.lang.RuntimeException: Binary XML file line #20: You must supply a 
layout_height attribute.
at android.content.res.TypedArray.getLayoutDimension(TypedArray.java:491)
at android.view.ViewGroup$LayoutParams.setBaseAttributes(ViewGroup.java:3593)
at android.view.ViewGroup$LayoutParams.<init>(ViewGroup.java:3545)
at android.widget.AbsListView$LayoutParams.<init>(AbsListView.java:4247)
at android.widget.AbsListView.generateLayoutParams(AbsListView.java:4048)
at android.widget.AbsListView.generateLayoutParams(AbsListView.java:105)
at android.view.LayoutInflater.inflate(LayoutInflater.java:395)
at android.view.LayoutInflater.inflate(LayoutInflater.java:320)
at android.widget.ArrayAdapter.createViewFromResource(ArrayAdapter.java:332)
at android.widget.ArrayAdapter.getView(ArrayAdapter.java:323)
at 
org.sandrob.android.webkit.WebTextView$AutoCompleteAdapter.getView(WebTextView.j
ava:635)
at android.widget.AbsListView.obtainView(AbsListView.java:1427)
at 
android.widget.AutoCompleteTextView$DropDownListView.obtainView(AutoCompleteText
View.java:1545)
at android.widget.ListView.measureHeightOfChildren(ListView.java:1284)
at 
android.widget.AutoCompleteTextView.buildDropDown(AutoCompleteTextView.java:1373
)
at 
android.widget.AutoCompleteTextView.showDropDown(AutoCompleteTextView.java:1137)
at 
android.widget.AutoCompleteTextView.updateDropDownForFilter(AutoCompleteTextView
.java:1019)
at 
android.widget.AutoCompleteTextView.onFilterComplete(AutoCompleteTextView.java:1
002)
at android.widget.Filter$ResultsHandler.handleMessage(Filter.java:285)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:123)
at android.app.ActivityThread.main(ActivityThread.java:4627)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:521)
at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:871)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:629)
at dalvik.system.NativeStart.main(Native Method)

Original issue reported on code.google.com by supp.san...@gmail.com on 7 Apr 2011 at 2:58

GoogleCodeExporter commented 8 years ago

Original comment by supp.san...@gmail.com on 7 Apr 2011 at 3:10

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
How was this issue resolved? I'm seeing the same issue in my app.

Original comment by thisgu...@gmail.com on 27 Nov 2012 at 11:41

GoogleCodeExporter commented 8 years ago
Can you provide more data about your case? Maybe just XML is missing needed 
attribute.

Original comment by supp.san...@gmail.com on 28 Nov 2012 at 3:15