All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.nhaarman.listviewanimations.ListViewSetter Maven / Gradle / Ivy

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