style: change theme chat_editDrawable

This commit is contained in:
xtaodada 2024-05-05 11:45:31 +08:00
parent 239bbe752a
commit a4622d4738
Signed by: xtaodada
GPG Key ID: 4CBB3F4FA8C85659
5 changed files with 1 additions and 1 deletions

View File

@ -8839,7 +8839,7 @@ public class Theme {
chat_psaHelpDrawable[a] = resources.getDrawable(R.drawable.msg_psa).mutate(); chat_psaHelpDrawable[a] = resources.getDrawable(R.drawable.msg_psa).mutate();
} }
chat_editDrawable = resources.getDrawable(R.drawable.msg_edit).mutate(); chat_editDrawable = resources.getDrawable(R.drawable.edit_pencil).mutate();
chat_timeHintSentDrawable = resources.getDrawable(R.drawable.msg_check_s).mutate(); chat_timeHintSentDrawable = resources.getDrawable(R.drawable.msg_check_s).mutate();
chat_timeHintForwardDrawable = resources.getDrawable(R.drawable.mini_forwarded).mutate(); chat_timeHintForwardDrawable = resources.getDrawable(R.drawable.mini_forwarded).mutate();

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB