コード例 #1
0
 public void hideBottomLayout() {
   emot2.hideFaceLayout();
   bottomLayou.setVisibility(View.GONE);
 }
コード例 #2
0
 public void showReplyLayout(String uuid, Interaction replyInteraction) {
   nowReplyUUID = uuid;
   bottomLayou.setVisibility(View.VISIBLE);
   emot2.showSoftKeyboard();
   this.replyInteraction = replyInteraction;
 }