ChatBar icon indicating copy to clipboard operation
ChatBar copied to clipboard

Results 2 ChatBar issues
Sort by recently updated
recently updated
newest added

In Xamarin, can you help me to reset/remove MessageText property? It is only readonly

Hi how can I resolve this Problem? ``` chatBarView.setSendClickListener(new View.OnClickListener() { @Override public void onClick(View view) { //TODO what you want.. } }); chatBarView.setOnMicListener(new View.OnLongClickListener() { @Override public boolean onLongClick(View...