完成游戏评论详情(回复)相关页面展示/分页/跳转/点赞操作
This commit is contained in:
@ -114,6 +114,12 @@ public class ExpendTextView extends android.support.v7.widget.AppCompatTextView
|
||||
setMovementMethod(CustomLinkMovementMethod.getInstance());
|
||||
}
|
||||
|
||||
|
||||
public void setExpendMaxLines(int maxLines) {
|
||||
mMaxLines = maxLines;
|
||||
setMaxLines(maxLines);
|
||||
}
|
||||
|
||||
public interface ExpandCallback {
|
||||
void onExpand();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user