android - set 2 characters as one -
i have textview(bt) containing 2 strings..
bt.settext("\u06ad" + ":"); i want consider 2 strings 1 , when hit delete button, both should clear. how can that?
thanks lot.
bt.settext(""); or meaning?:)
i have textview(bt) containing 2 strings..
bt.settext("\u06ad" + ":"); i want consider 2 strings 1 , when hit delete button, both should clear. how can that?
thanks lot.
bt.settext(""); or meaning?:)
Comments
Post a Comment