-
cant we implement a method to detect the status of tts? currently speaking text that can be use to highlight the speaking text?
-
Hi, a small test case for the issue in `kotlin.NumbersKt__NumbersKt`
```java
public static final byte rotateLeft(byte b, int i) {
byte b2 = i & 7; // missing cast
return (byte)…
-
Is this possible at all?
Use case:
I need next content to be inserted as text content of text view:
[#hashtag] blah blah blah....
second line, blah blah...
-
I think I read somewhere, that `Span`s can work with arbitrary file formats and it is not limited to rust code. It would be cool to have an error, that when displayed does include the relevant code;
…
-
How to use query predicates to achieve syntax highlighting?
I have rewritten the jni code using c++, here is the android application [xedit-app](https://github.com/lzhiyong/xedit-app), currently I …
-
Silver, Gold and Platinum award icons are shown in submission titles and in comments as bitmaps within spannables, but aren't labeled for TalkBack to read them.
In effect, "A good post [silver] x2 …
-
I was having some problems implementing this because of it losing scroll position and not maintaining header size across tabs when I tried to get the scroll position working.
This is my solution:
A …
-
-
# Weex Android 文字渲染优化
## 背景
在做Weex Android适配工作的时候,发现当`Text`没有设置高度,需要Weex根据文字内容、样式,计算出宽高的时候,在小米手机上可能会出现文字截断现象。
例如,前端期望如下图所示的渲染效果:
然而在小米手机上的渲染效果却是下面这样,默认标题那一段最后一行的文本被截断了:
## 原因
在Android系统中,View的…
-
Here is an example, it explains more than writing a complex bug description:
![Screenshot from 2021-05-22 18-23-05](https://user-images.githubusercontent.com/5296333/119233781-d61a4b00-bb2a-11eb-9ef0…