
org.robolectric.shadows.ShadowExpandableListView Maven / Gradle / Ivy
package org.robolectric.shadows;
import android.widget.ExpandableListView;
import org.robolectric.annotation.Implements;
@Implements(ExpandableListView.class)
public class ShadowExpandableListView extends ShadowListView {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy