gpt4 book ai didi

android - 我们可以在同一个EditText中写彩色文字吗?

转载 作者:太空狗 更新时间:2023-10-29 16:30:11 25 4
gpt4 key购买 nike

<分区>

我使用 Android Studio。我想在相同的 EditText 中写出如下图所示的彩色文本。我研究过,但一无所获。谁能帮帮我?

示例输出如下。

photo

这是我的代码:anaM_LV_BG_text 是一个 ListView name_title 和内容是编辑文本renk_koduları_string_text 是一个包含 html 颜色的数组

   private void registerClickCallBack_text() {
anaM_LV_BG_renk_text.setOnItemClickListener(new AdapterView.OnItemClickListener() {


@Override
public void onItemClick(AdapterView<?> parent, View view, int position, long id) {
Toast.makeText(DisplayNote.this, position + 1 + " . seçildi", Toast.LENGTH_SHORT).show();
name_title.setTextColor(Color.parseColor(renk_koduları_string_text[position]));
content.setTextColor(Color.parseColor(renk_koduları_string_text[position]));
SharedPreferences preferences_text = PreferenceManager.getDefaultSharedPreferences(getApplicationContext());
SharedPreferences.Editor editor_text = preferences_text.edit();

String color_text= renk_koduları_string_text[position];
editor_text.putString("MyColorText",color_text);
editor_text.commit();

}
});
}

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