theeasiestway

Results 5 comments of theeasiestway

@MihirLakhia, you can set a custom drawable for today button using this code: `collapsableCalendar.rootView?.findViewById(R.id.today_icon)?.setImageResource(R.drawable.ic_calendar_today)` or you can change the tint of default drawable using this code: `collapsableCalendar.rootView?.findViewById(R.id.today_icon)?.setColorFilter(Color.WHITE, PorterDuff.Mode.SRC_IN)`

@omkar-tenkale I'm not sure but I think the problem is that the output file doesn't have the needed headers that a player can read and understand that the file is...

@omkar-tenkale sorry but currently I'm not planning to add methods for saving the output to file. As for codec parameters - since this project it's just a wrapper around C...

@490965536 check it [here](https://opus-codec.org/license/).

@Vi-Nk Thanks for the information! It helped me to fix this issue, my mistake was that i passed an empty list of topics to the client, so adding the checking...