HorizontalPicker icon indicating copy to clipboard operation
HorizontalPicker copied to clipboard

Rendering Problems Missing styles. Is the correct theme chosen for this layout?

Open kim-montano opened this issue 8 years ago • 2 comments

Failed to find style 'horizontalPickerStyle' in current theme (2 similar errors not shown) Couldn't resolve resource @dimen/textSize (2 similar errors not shown) java.lang.NumberFormatException: Color value '@color/textColor' must start with #   at com.android.layoutlib.bridge.impl.ResourceHelper.getColor(ResourceHelper.java:79)   at android.content.res.BridgeTypedArray.getColorStateList(BridgeTypedArray.java:372)   at com.wefika.horizontalpicker.HorizontalPicker.(HorizontalPicker.java:162)   at com.wefika.horizontalpicker.HorizontalPicker.(HorizontalPicker.java:140)

I traced the problem on textColor = a.getColorStateList(R.styleable.HorizontalPicker_android_textColor);

It says here that R.styleable was already removed: http://stackoverflow.com/questions/1717489/android-hello-gallery-tutorial-r-styleable-cannot-be-resolved

kim-montano avatar Apr 16 '16 14:04 kim-montano

Failed to find style 'horizontalPickerStyle' in current theme

I have the same issue, is this solvable in any way ?

Nelconnect avatar Nov 28 '16 10:11 Nelconnect

same issue..i can't find a workaround or solution

c1p81 avatar Mar 31 '17 11:03 c1p81