Hardik Joshi
Hardik Joshi
Hello, thanks for your reply. So its an bug in library? Can we have quick fix if its not that much hard to? Thanks!
OH..!! Okay!
Not required any customization, just set string having weblink + normal text. You will get issue. Not sure why nobody faced same issue till now.
Yes Right. And this string in from server.
Here is code : ``` ``` ``` txtblasttexttwoline= ( TextView) findViewById(R.id.txtblasttexttwoline); txtblasttexttwoline.setEllipsize(TextUtils.TruncateAt.END); txtblasttexttwoline.setMovementMethod(LinkMovementMethod.getInstance()); txtblasttexttwoline.setText("I'm at a company party right now with my work friends! Yay! https://www.google.co.in/"); txtblasttexttwoline.setTextSize(TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_SP, maxHeight, getResources().getDisplayMetrics())); ```...
Hello @AndroidDeveloperLB did you get my query? Any help?
hello, I use your sample and i successfully run it. Video play as live wallpaper but without media sound. How to play sound with it ??
I have same question, can you please add method for limit audio recording ?
Hey! anybody solved this issue? I have same issue in my case.
Same question, it should allow to set text dynamically on SegmentedButton in latest version of library.