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
I figured out in your code that you don't handle vector images correctly.
The text was updated successfully, but these errors were encountered:
Mahir101
changed the title
app:slider_icon doesn't work, the custom icon is not being loaded
app:slider_icon doesn't work when layout_height is set a lower value, the custom icon is not being loaded
Jan 24, 2022
Mahir101
changed the title
app:slider_icon doesn't work when layout_height is set a lower value, the custom icon is not being loaded
app:slider_icon doesn't work when layout_height is set a lower value
Jan 24, 2022
Suppose this xml code,
<com.ncorti.slidetoact.SlideToActView
android:id="@+id/slider"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:slider_locked="true"
app:slider_icon="@drawable/icon_24_24"
app:text="Slide Right" />
The custom slider icon is not working.
See this post for more: https://stackoverflow.com/questions/70812836/custom-icon-is-not-being-loaded-in-slidetoactview-from-slidetoact-dependency-fro
I figured out in your code that you don't handle vector images correctly.
The text was updated successfully, but these errors were encountered: