http://stackoverflow.com – I am developing a chat application for that I am using 9 patch bubble Function for displaying the bubble on screen static void showMessage(String message, boolean leftSide) { Log.d("abc","show"); final TextView textView = new TextView(activity); textView.setTextColor(Color.BLACK); textView.setText(message); int bgRes = R.drawable.left_message_bg; (HowTos)