kalanidhiSBU
kalanidhiSBU
mListView.getAdapter().addAtStart(new Card.Builder(this) .setTag("BASIC_IMAGE_BUTTONS_CARD" ) .setDismissible() .withProvider(new CardProvider()) .setLayout(R.layout.card_new) ddAction(R.id.left_text_button, new TextViewAction(this) .setText("left") .setTextResourceColor(R.color.black_button)) .addAction(R.id.right_text_button, new TextViewAction(SimManagment.this) .setText("right") .setTextResourceColor(R.color.orange_button)) .addAction(R.id.three_text_button, new TextViewAction(SimManagment.this) .setText("right") .setTextResourceColor(R.color.orange_button)) .endConfig() .build()); XML I have add two...