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
{{ message }}
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.
Hello!
i'm trying to make my list swipable with undo bar. But i'm setting up all of the parameters like the Demo and still not working...
My XML:
<de.timroes.android.listview.EnhancedListView
android:id="@+id/historicoListView"
android:drawSelectorOnTop="true"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:dividerHeight="5dp"
android:divider="#00000000"
android:clipToPadding="false"
android:scrollbarStyle="outsideOverlay"/>
And i'm setting the list on this method:
private void setLista(){
this.lista.setDismissCallback(new OnDismissCallback() {
The text was updated successfully, but these errors were encountered: