fix(#31): vertical-align lock icon with trash icon in category rows #34
Reference in New Issue
Block a user
Delete Branch "fix/31-vertical-align-lock-icon"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Iconin anIconButton(enabled = false)so it occupies the same 48dp container as the trashIconButtonand is vertically centered on the same baseline.tinton the lock;IconButton(enabled = false)applies the dimmedonSurfaceVariantcontent color automatically, so the lock still reads as non-interactive.Test plan
./gradlew :app:assembleDebug— build succeeds.Closes #31