titansgroup / k4l-video-trimmer

A library with UI and mechanisms to trim local videos on Android applications.
MIT License
784 stars 221 forks source link

how can i change "save" and "cancel" button text in the bottom? #39

Open ravinderparihar opened 6 years ago

ravinderparihar commented 6 years ago
Include the following:
Reproduction Steps

1. 2. 3.

Expected Result
Actual Result

Tell us what could be improved:

aw3som3 commented 6 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");

7994 commented 6 years ago

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