protected void setListener() {
this.mContentVp.addOnPageChangeListener(new SimpleOnPageChangeListener() {
public void onPageSelected(int position) {
for (int i = 0; i < MQEmotionKeyboardLayout.this.mIndicatorIvList.size(); i++) {
((ImageView) MQEmotionKeyboardLayout.this.mIndicatorIvList.get(i)).setEnabled
(false);
}
((ImageView) MQEmotionKeyboardLayout.this.mIndicatorIvList.get(position))
.setEnabled(true);
}
});
}
MQEmotionKeyboardLayout.java 文件源码
java
阅读 32
收藏 0
点赞 0
评论 0
项目:boohee_v5.6
作者:
评论列表
文章目录