Open ravinderparihar opened 7 years ago
to change save button text to "NEXT" ((Button)findViewById(R.id.btSave)).setText("NEXT");
to change cancel button to "PREV" ((Button)findViewById(R.id.btCancel)).setText("PREV");
If you want to change it programmatically then use @aw3som3 solution. And if you want to change it through xml
then change the text of the button btCancel
& btSave
in view_time_line.xml
Include the following:
1.0.3
6.0.1
Motorola
G4 Plus
Reproduction Steps
1. 2. 3.
Expected Result
Actual Result
Tell us what could be improved: