public void hideBottomLayout() { emot2.hideFaceLayout(); bottomLayou.setVisibility(View.GONE); }
public void showReplyLayout(String uuid, Interaction replyInteraction) { nowReplyUUID = uuid; bottomLayou.setVisibility(View.VISIBLE); emot2.showSoftKeyboard(); this.replyInteraction = replyInteraction; }