public class ListView extends ListViewCompat implements ThemeManager.OnThemeChangedListener
| Modifier and Type | Field and Description |
|---|---|
protected int |
mCurrentStyle |
protected int |
mStyleId |
| Constructor and Description |
|---|
ListView(android.content.Context context) |
ListView(android.content.Context context,
android.util.AttributeSet attrs) |
ListView(android.content.Context context,
android.util.AttributeSet attrs,
int defStyleAttr) |
ListView(android.content.Context context,
android.util.AttributeSet attrs,
int defStyleAttr,
int defStyleRes) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
applyStyle(android.content.Context context,
android.util.AttributeSet attrs,
int defStyleAttr,
int defStyleRes) |
void |
applyStyle(int resId) |
protected void |
onAttachedToWindow() |
protected void |
onDetachedFromWindow() |
void |
onThemeChanged(ThemeManager.OnThemeChangedEvent event) |
void |
setRecyclerListener(RecyclerListener listener) |
public ListView(android.content.Context context)
public ListView(android.content.Context context,
android.util.AttributeSet attrs)
public ListView(android.content.Context context,
android.util.AttributeSet attrs,
int defStyleAttr)
public ListView(android.content.Context context,
android.util.AttributeSet attrs,
int defStyleAttr,
int defStyleRes)
public void applyStyle(int resId)
protected void applyStyle(android.content.Context context,
android.util.AttributeSet attrs,
int defStyleAttr,
int defStyleRes)
public void onThemeChanged(ThemeManager.OnThemeChangedEvent event)
onThemeChanged in interface ThemeManager.OnThemeChangedListenerprotected void onAttachedToWindow()
protected void onDetachedFromWindow()
public void setRecyclerListener(RecyclerListener listener)