fix:【光环助手V5.11.0】前端优化汇总6月第3周(8) https://git.shanqu.cc/pm/halo/halo-app-issues/-/issues/1928

This commit is contained in:
leafwai
2022-06-22 16:20:12 +08:00
parent 45cc25e873
commit 3144c49764

View File

@ -211,8 +211,8 @@ object DownloadItemUtils {
setBackgroundResource(R.drawable.download_button_updating_style)
} else {
text = context.getString(R.string.none)
setTextColor(R.color.button_gray.toColor())
setBackgroundResource(R.drawable.button_border_gray_oval)
setTextColor(R.color.text_subtitleDesc.toColor())
setBackgroundResource(R.drawable.bg_shape_f5_radius_999)
if (hideDownloadBtnIfNoAvailableContent) {
visibility = View.GONE
}