F0x1d / LogFox

Yet another LogCat reader for Android
GNU General Public License v3.0
605 stars 32 forks source link

[feat]: placeholder background and card stroke using dynamic colors #127

Closed Jesse205 closed 4 months ago

Jesse205 commented 5 months ago

Previously

Screenshot_20240510_225457_com f0x1d logfox Screenshot_20240510_225502_com f0x1d logfox

Now

Screenshot_20240510_225448_com f0x1d logfox debug Screenshot_20240510_225452_com f0x1d logfox debug


Although textColorSecondary and colorOnSurfaceVariant represent the same color, colorOnSurfaceVariant is more comprehensible in the code context (since it's used for images, not text), so I have replaced textColorSecondary with colorOnSurfaceVariant.

Because the default style of MaterialCardView is Outlined, there's no need to explicitly write those properties.

F0x1d commented 4 months ago

Can you update the PR?