Example usage for android.support.v4.widget ListViewCompat subclass-usage

List of usage examples for android.support.v4.widget ListViewCompat subclass-usage

Introduction

In this page you can find the example usage for android.support.v4.widget ListViewCompat subclass-usage.

Usage

From source file android.support.v7.widget.DropDownListView.java

/**
 * <p>Wrapper class for a ListView. This wrapper can hijack the focus to
 * make sure the list uses the appropriate drawables and states when
 * displayed on screen within a drop down. The focus is never actually
 * passed to the drop down in this mode; the list only looks focused.</p>
 */