We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please complete the following information:
com.skydoves.powerspinner.internals.ContextExtensionKt.contextDrawable android.content.res.Resources$NotFoundException - Unable to find resource ID #
here is xml <com.skydoves.powerspinner.PowerSpinnerView android:id="@+id/filterSpinner" android:layout_width="wrap_content" android:layout_height="40dp" android:layout_alignParentEnd="true" android:layout_marginEnd="10dp" android:hint="@string/steps_title" android:spinnerMode="dropdown" android:background="@drawable/green_btn_bg" android:backgroundTint="@color/filterbg" android:gravity="start|center_vertical" app:spinner_arrow_drawable="@drawable/spinner_arrow_rotation" app:spinner_arrow_gravity="end" android:textColor="@color/iconColor" android:textColorHint="@color/primaryTextColor" android:textSize="18sp" android:paddingStart="15dp" android:paddingEnd="10dp" android:visibility="visible" app:drawableTint="@color/primaryTextColor" app:spinner_arrow_padding="8dp" app:spinner_item_array="@array/report_filter_array" app:spinner_popup_animation="dropdown" app:spinner_popup_elevation="14dp" app:spinner_item_height="40dp" app:spinner_popup_background="@drawable/chart_filter_bg" app:layout_constraintBottom_toBottomOf="@+id/divider" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintTop_toTopOf="parent"/>
am getting this error on production. not able to generate it in debug mode
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please complete the following information:
com.skydoves.powerspinner.internals.ContextExtensionKt.contextDrawable
android.content.res.Resources$NotFoundException - Unable to find resource ID #
here is xml <com.skydoves.powerspinner.PowerSpinnerView
android:id="@+id/filterSpinner"
android:layout_width="wrap_content"
android:layout_height="40dp"
android:layout_alignParentEnd="true"
android:layout_marginEnd="10dp"
android:hint="@string/steps_title"
android:spinnerMode="dropdown"
android:background="@drawable/green_btn_bg"
android:backgroundTint="@color/filterbg"
android:gravity="start|center_vertical"
app:spinner_arrow_drawable="@drawable/spinner_arrow_rotation"
app:spinner_arrow_gravity="end"
android:textColor="@color/iconColor"
android:textColorHint="@color/primaryTextColor"
android:textSize="18sp"
android:paddingStart="15dp"
android:paddingEnd="10dp"
android:visibility="visible"
app:drawableTint="@color/primaryTextColor"
app:spinner_arrow_padding="8dp"
app:spinner_item_array="@array/report_filter_array"
app:spinner_popup_animation="dropdown"
app:spinner_popup_elevation="14dp"
app:spinner_item_height="40dp"
app:spinner_popup_background="@drawable/chart_filter_bg"
app:layout_constraintBottom_toBottomOf="@+id/divider"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"/>
am getting this error on production. not able to generate it in debug mode
The text was updated successfully, but these errors were encountered: