發表文章

目前顯示的是 3月, 2021的文章

android 錯誤紀錄(java.lang.IllegalArgumentException: Maximum auto-size text size)

三星手機 使用autoSize,出現此錯誤  Caused by: java.lang.IllegalArgumentException: Maximum auto-size text size (52.5px) is less or equal to minimum auto-size text size (63.0px) 解決方式: 使用autoSize的元件補上 Mim, MaxTextSize android :autoSizeTextType ="uniform" android :autoSizeMaxTextSize ="32dp" android :autoSizeMinTextSize ="12dp"

kotlin

list排序:  personList . sortWith ( compareBy ( { it . age } , { it . name } ) ) 四捨五入到整數: String . format ( "%.0f" , 3.14159 ). toInt ()