public class IMTribeAtPageUI
extends BaseAdvice
| Constructor and Description |
|---|
IMTribeAtPageUI(Pointcut pointcut) |
| Modifier and Type | Method and Description |
|---|---|
android.content.Intent |
getAtAgainIntent(android.content.Context context,
ArrayList<YWTribeMember> reAtTribeMembers,
String appKey,
String userId,
long tribeId)
获取重新@他们的Intent
|
int |
getCustomAtMsgTabIndicatorColorId()
返回自定义Tab选项卡Indicator的颜色资源Id
|
int |
getCustomAtMsgTabTextColorId()
设置自定义Tab Indicator的颜色值,请使R.color.xxx格式的颜色Id传值
如果想要设置选中和非选中文字效果,请使用selector类型的R.color.xxx格式
|
android.view.View |
getCustomEmptyViewInTribeAtMsgList(android.content.Context context)
自定义群@列表的EmptyView
|
int |
getCustomRecAtMsgTabIndicatorImageSrcId()
返回自定义"我收到的@"消息Tab选项卡Icon资源Id
|
int |
getCustomSendAtMsgTabIndicatorImageSrcId()
返回自定义"我发出的@"消息Tab选项卡Icon资源Id
|
android.view.View |
getCustomTitle(android.app.Activity activity,
android.content.Context context,
android.view.LayoutInflater inflater)
返回自定义title
|
android.view.View |
getCustomTitle(Fragment fragment,
android.content.Context context,
android.view.LayoutInflater inflater)
返回自定义title
|
boolean |
isNeedDrawIndicatorLine()
是否需要显示Tab选项卡选中时,Tab下方的标识线
|
public android.view.View getCustomTitle(android.app.Activity activity,
android.content.Context context,
android.view.LayoutInflater inflater)
activity - 群@消息列表页面activitycontext - 当前activity的contextinflater - LayoutInflater实例public android.view.View getCustomTitle(Fragment fragment,
android.content.Context context,
android.view.LayoutInflater inflater)
fragment - 群@消息列表页面fragmentcontext - 当前fragment的contextinflater - LayoutInflater实例public int getCustomAtMsgTabIndicatorColorId()
public int getCustomAtMsgTabTextColorId()
public int getCustomRecAtMsgTabIndicatorImageSrcId()
public int getCustomSendAtMsgTabIndicatorImageSrcId()
public boolean isNeedDrawIndicatorLine()
public android.view.View getCustomEmptyViewInTribeAtMsgList(android.content.Context context)
public android.content.Intent getAtAgainIntent(android.content.Context context,
ArrayList<YWTribeMember> reAtTribeMembers,
String appKey,
String userId,
long tribeId)
context - 当前界面的上下文reAtTribeMembers - 重新@的群成员列表appKey - 当前登录用户的appKeyuserId - 当前登录用户的userIdtribeId - 群Id