You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);
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
The text was updated successfully, but these errors were encountered: