AndroidDeveloperLB
AndroidDeveloperLB
It is said: > You need to use a theme based on either RTE_ThemeLight or RTE_ThemeDark or define all rich text editor attributes (rte_toolbar_themes.xml) in your own theme Which attributes...
Steps: 1. start typing 2. enable bold 3. continue typing. 4. disable bold 5. continue typing. Still bold, till you press space... See attached video: [device-2018-02-12-112050.zip](https://github.com/1gravity/Android-RTEditor/files/1715807/device-2018-02-12-112050.zip)
Steps: 1. Have a numbered list. 2. Write text in RTL language. Hebrew for example. The bug: the number is gone, no matter which alignment you choose. Example video attached....
Steps: 1. write some text. 2. have bullet for it 3. change alignment to the opposite side. The bug: The bullet is on the side before changing alignment, far from...
we have many attributes, but this one can only be set via code.
First of all, you aren't supposed to call "onDestroy", but "stopSelf" instead. Second, it's better to have a foreground service instead, to keep it staying, and to avoid the notification...
AAPT: error: resource style/Theme.MaterialComponents.DayNight (aka com.israelfl.bitmap2video:style/Theme.MaterialComponents.DayNight) not found. error: failed linking references.  Adding this fixes it: ``` implementation 'com.google.android.material:material:1.3.0-alpha03' ``` But then when running, and choosing the button "make...
If I have plenty of bitmaps to add (so it might be a problem to have them all in an array), and for each bitmap it might take a different...
It says this: ``` Your project has set `android.useAndroidX=true`, but configuration `prodDebugRuntimeClasspath` still contains legacy support libraries, which may cause runtime issues. This behavior will not be allowed in Android...
Was this issue that this library handles ever been fixed? If so, from which version?