public class CBListViewDecorate
extends java.lang.Object
| Constructor and Description |
|---|
CBListViewDecorate() |
| Modifier and Type | Method and Description |
|---|---|
static void |
noDataListview(android.content.Context context,
android.widget.ListView listview)
无数据listview
|
static void |
noDataListview(android.content.Context context,
android.widget.ListView listview,
int stringId)
自定义显示listview
|
static void |
noDataListview(android.content.Context context,
android.widget.ListView listview,
java.lang.String str)
自定义显示listview
|
static void |
setListViewHeightBasedOnChildren(android.widget.ListView listView)
设置listview高度
|
public static void noDataListview(android.content.Context context,
android.widget.ListView listview)
context - listview - public static void noDataListview(android.content.Context context,
android.widget.ListView listview,
int stringId)
context - listview - public static void noDataListview(android.content.Context context,
android.widget.ListView listview,
java.lang.String str)
context - listview - public static void setListViewHeightBasedOnChildren(android.widget.ListView listView)
listView -