如何调试 TextView 的 setText(String..) 方法?

发布于 2025-01-06 11:39:58 字数 206 浏览 3 评论 0原文

我正在显示阿拉伯语文本,但像“Shadda”这样的元音字符没有得到很好的定位。我想知道是否可以调试 TextView 的 setText() 方法。setText(..) 太复杂了,我该怎么做?

我不想创建新类并覆盖 setText 方法。有什么方法可以使用 TextView 的源代码 -\Android_Sdk\sources\android-15\android\widget

I am displaying arabic text, but vowel characters like "Shadda" are not getting positioned well. I am wondering if I could debug setText() method of TextView.. setText(..) is too complex how should i do it?

I don't want to make new class and override setText method. Is there any way through which I could use source code of TextView at -\Android_Sdk\sources\android-15\android\widget

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

硬不硬你别怂 2025-01-13 11:39:58

我不确定你是否看对了地方,但是你绝对可以在调试时在 eclipse 中观看 android java 源代码,尝试使用 这些说明

I'm not sure you are looking at the right place, but you can definitely watch android java source code inside eclipse while you debug, try setting it up with these instructions.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文