java.lang.NumberFormatException: For input string: "@0"
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
java.lang.NumberFormatException: For input string: "@0"
at java.lang.Float.parseFloat(Float.java:422)
at android.content.res.TypedArray.$$robo$$TypedArray_42b1_getFloat(TypedArray.java:287)
at android.content.res.TypedArray.getFloat(TypedArray.java)
at android.widget.LinearLayout$LayoutParams.$$robo$$LayoutParams_5d9a___constructor__(LinearLayout.java:1813)
at android.widget.LinearLayout$LayoutParams.
(LinearLayout.java:1809) at android.widget.LinearLayout.$$robo$$LinearLayout_e83a_generateLayoutParams(LinearLayout.java:1721)
at android.widget.LinearLayout.generateLayoutParams(LinearLayout.java)
at android.widget.LinearLayout.generateLayoutParams(LinearLayout.java:58)
at android.view.LayoutInflater.$$robo$$LayoutInflater_1d1f_rInflate(LayoutInflater.java:748)
at android.view.LayoutInflater.rInflate(LayoutInflater.java)