Created
March 12, 2021 06:21
-
-
Save gb103/9ecea9661dc26a36225a48db64832ba5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ArrayList<LrcRow> rowsList = new ArrayList<>(); | |
LrcRow lrcRow1 = new LrcRow(timestamp(00:21:73), Ni lakk tera patla jea, 00:21:73) | |
LrcRow lrcRow2 = new LrcRow(timestamp(00:23.69), Patla jea, 00:23.69) | |
LrcRow lrcRow3 = new LrcRow(timestamp(00:25.19), Ni lakk tera patla jea, 00:25.19) | |
……….. | |
………. | |
……. | |
rowsList.add(row1) | |
rowsList.add(row2) | |
rowsList.add(row3) | |
……. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment