public class IMTribeAtPageUI
extends BaseAdvice
| Constructor and Description |
|---|
IMTribeAtPageUI(Pointcut pointcut) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCustomAtMsgTabIndicatorColorId()
返回自定义Tab选项卡Indicator的颜色资源Id
|
int |
getCustomAtMsgTabTextColorId()
设置自定义Tab Indicator的颜色值,请使R.color.xxx格式的颜色Id传值
如果想要设置选中和非选中文字效果,请使用selector类型的R.color.xxx格式
|
int |
getCustomRecAtMsgTabIndicatorImageSrcId()
返回自定义"我收到的@"消息Tab选项卡Icon资源Id
|
int |
getCustomSendAtMsgTabIndicatorImageSrcId()
返回自定义"我发出的@"消息Tab选项卡Icon资源Id
|
View |
getCustomTitle(Activity activity,
Context context,
LayoutInflater inflater)
返回自定义title
|
View |
getCustomTitle(Fragment fragment,
Context context,
LayoutInflater inflater)
返回自定义title
|
boolean |
isNeedDrawIndicatorLine()
是否需要显示Tab选项卡选中时,Tab下方的标识线
|
public View getCustomTitle(Activity activity,
Context context,
LayoutInflater inflater)
activity - 群@消息列表页面activitycontext - 当前activity的contextinflater - LayoutInflater实例public View getCustomTitle(Fragment fragment,
Context context,
LayoutInflater inflater)
fragment - 群@消息列表页面fragmentcontext - 当前fragment的contextinflater - LayoutInflater实例public int getCustomAtMsgTabIndicatorColorId()
public int getCustomAtMsgTabTextColorId()
public int getCustomRecAtMsgTabIndicatorImageSrcId()
public int getCustomSendAtMsgTabIndicatorImageSrcId()
public boolean isNeedDrawIndicatorLine()