gpt4 book ai didi

java - 尝试更改字体Android Studio时出错

转载 作者:行者123 更新时间:2023-12-02 11:02:47 24 4
gpt4 key购买 nike

我试图在android studio中以编程方式更改TextView的字体,香港专业教育学院密切关注了一些教程,但它一直给我错误,只是想知道是否有人有什么想法?

我关注的问题示例:

  • Android develop LCD font
  • How to change the font on the TextView?

  • TextView:
    TextView
    android:id="@+id/settingsTitle"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:text="Settings"
    android:layout_marginLeft="60dp"/>

    更改字体的代码:
    Typeface myTypeface = Typeface.createFromAsset(getApplicationContext().getAssets(), "fonts/Stocky.ttf");
    TextView settingsTitle = (TextView) findViewById(R.id.settingsTitle);
    settingsTitle.setTypeface(myTypeface);

    错误日志:
    Function: selinux_android_load_priority [0], There is no sepolicy file
    Function: selinux_android_load_priority [1], There is no sepolicy version file
    Function: selinux_android_load_priority , loading version is VE=SEPF_GT-I9507_4.3_0016
    selinux_android_seapp_context_reload: seapp_contexts file is loaded from /seapp_contexts

    最佳答案

    它不起作用是因为即使我实际上正在使用片段,我也正在onCreate中执行代码部分,所以我只是删除了该片段,然后回到使用常规 Activity 及其现在的工作状态。

    谢谢您的帮助。

    关于java - 尝试更改字体Android Studio时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31676566/

    24 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com