Please complete the following information:
- Library Version [e.g. v1.2.7]
- Affected Device(s) [android 13]
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
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