AndroidDeveloperLB
AndroidDeveloperLB
I'm getthing this issue too: Error:(52, 9) Attribute application@icon value=(@drawable/app_icon) from AndroidManifest.xml:52:9 is also present at com.hardsoftstudio.real.textview:library:0.9.0:11:9 value=(@drawable/ic_launcher) Suggestion: add 'tools:replace="android:icon"' to element at AndroidManifest.xml:49:5 to override > Manifest merger...
A possible workaround is to add a precision check for getAutofitTextSize : ``` if (RealTextView.DEBUG) Log.d(TAG, "low=" + low + " high=" + high + " mid=" + mid +...
@TRtomasz Why not? Plenty of players (VLC, MPC) support being smaller... Not even when playing, where there is almost no UI ?
@TRtomasz Shouldn't apps be designed to be responsive in general? For a start, on screens that it's a lot of work, can't the content be scrollable? The minimal size of...
@TRtomasz Stremio 5 ? It's in the works? Is there a beta for it?
@TRtomasz Interesting idea. At first it didn't seem to work. No idea what made it work. I logged in, installed the "Stremio Service" too. I reached an error that says...
@AlynxZhou It's not meaningless if you show something behind. Can you please show how to add a layer in code? For example a color or an image? Maybe even show...
I didn't say the app should compose a new video. I asked how to show this kind of content as an optional layer behind the video. Maybe I could even...
Really? Where is the bitmap? I don't think i see it in code. Can you please point me to the part that I can draw the background layer, too? As...
Resolution determines both quality and aspect-ratio. From resolution you can know the aspect-ratio, and how good the content will look like on the device in terms of quality. when users...