-
1. Add support for functions that are currently available in "expanded layout"
2. Add support for constants that are currently available in "expanded layout"
3. Add support for Brackets
-
### Steps to reproduce/复现步骤
1. Write a hook module for MIUI updater app(Xiaomi 11, MIUI 12.5.16 stable), and enable the module in LSPosed manager
```
public class Hook implements IXposedHookLoadP…
-
new branch https://github.com/fabriziobertoglio1987/react-native/tree/independent-links-rebased
old branch https://github.com/fabriziobertoglio1987/react-native/tree/independent-links
https://github…
-
What I want to do is apply a span to a text that is going to show up inside a SocialTextView. For example:
Username_here Hello @Someone and good morning to @someone_else.
I want to make the "Use…
-
This should be done after basic UI is complete so we can see the Spannable Text in action.
See here for how to save it in Room,
https://stackoverflow.com/questions/21444635/android-spannable-text-…
-
If you haven’t already, check out our [contributing guidelines](https://github.com/Expensify/ReactNativeChat/blob/main/CONTRIBUTING.md) for onboarding and email contributors@expensify.com to request t…
-
![微信截图_20210816165009](https://user-images.githubusercontent.com/26215198/129537486-9a83a2b0-5026-4dc1-86bf-3cfab8d9c113.png)
代码:1、
MessageDialog.build()
.setTitle("温馨提示")
…
-
MessageDialog.build()
.setTitle("温馨提示")
.setMessage(getMessage())
.setOkButton("同意")
.setCancelButton("暂不使用"
) { _, _ ->
…
-
**Description:**
I wish I had a specific error to post, but I don't because the issue is that I am getting no feedback/logs when I push a notification from the OneSignal dashboard UI. Through the log…
-
I've a SpannableString which I'm setting with .setText(spannableString) but it's updating spans. Same string would work with other views, like TextView, EditTextView.