Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 Android 应用程序将在古吉拉特语中。现在我知道如何在应用程序中嵌入古吉拉特语字体,然后在 TextView 和 Button 上使用它。但我也想在 Spinners 上使用它。由于 Spinner 中的字符串来自字符串资源,那么在这种情况下如何使用古吉拉特语字体?
我可以给你一个演示:
[1] 打开日食
[2] 单击文件 > 新建 > 其他 > Android > (Selece) Android 示例项目 > 下一步 > 选择您的 API 级别 > 选择软键盘演示> 命名并创建示例项目
[3] 在那里你可以找到 res > xml > qwerty.xml
其中包含
Key android:codes="119" android:keyLabel="w" ^ Here you can change your font
现在,您必须制作自己的应用程序来覆盖此软键盘。