解決某些手機TextView不設定顏色不顯示問題

2021-10-13 10:22:39 字數 928 閱讀 7335

問題描述:

我遇到的情況類似,也是小公尺手機

解決方案:自定義textview在構造方法裡判斷又沒有設定方法,沒有的話就設定預設顏色,然後全域性替換textview即可

import android.content.context;

import android.content.res.typedarray;

import android.support.annotation.nullable;

import android.util.attributeset;

public suppertextview(context context)

public suppertextview(context context, @nullable attributeset attrs)

public suppertextview(context context, @nullable attributeset attrs, int defstyleattr)

private void init(context context, attributeset attrs) ;

typedarray array = context.obtainstyledattributes(attrs, styleable);

//#ff888888

int color = array.getcolor(0, uiutils.getcolor(r.color.tv_def_color));

settextcolor(color);

xlog.showargsinfo(color);

array.recycle();}}

}

yml中某些配置不生效的解決方案

將springboot專案的properties配置檔案改為yml之後redis死活連不上了。springboot的配置檔案有兩種方式 properties和yml,之前properties時候是沒有任何問題的,那麼來看一下yml的配置 spring redis資料庫索引 預設為0 redis 資料...

針對某些不聯網安裝軟體的解決辦法

1.上傳centos相關的iso映象2.掛載映象 mount home broadxt centosimg centos 7 x86 64 1908.iso home broadxt media centos7 repo將資料夾裡面的所有檔案重新命名備份cd etc yum.repos.d 例如 m...

不登入瀏覽某些論壇的全文

如果我們是第一次登入這個論壇並且只是想看看被隱藏掉的資訊的話,註冊就顯得有些麻煩了。這時候有沒有辦法不登入而破解這個限制呢?答案是有的。下面以乙個論壇的頁面為例子,破解 一下。url 瀏覽器 任意帶除錯功能的瀏覽器,chrome firefox safari edge ie,獵豹等國內眾多瀏覽器一般...