
com.nhaarman.listviewanimations.ListViewSetter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of library Show documentation
Show all versions of library Show documentation
ListViewAnimations library
The newest version!
package com.nhaarman.listviewanimations;
import android.widget.AbsListView;
public interface ListViewSetter {
void setAbsListView(AbsListView listView);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy