[Android] My physical keyboard layouts are gone

This is on a Samsung Galaxy S23 using Heliboard and Simeji as software keyboards. Samsung’s keyboard is uninstalled. On my Galaxy Tab A9+ with the exact same configuration, I am able to set the default keyboard layout…

Any ideas?

“A Play in Pattern #1 – The Shoemaker’s Holiday” (page 4) by Thomas Typewriter

https://thomastypewriter.art/2026/06/05/a-play-in-pattern-1-the-shoemakers-holiday-page-4-by-thomas-typewriter/

CSS is filling the gaps with rules. @utilitybend explores new CSS gap decorations that let you style spacing in grid and flex layouts without workarounds. The column-rule and row-rule properties draw lines in gaps, while rule-break, rule-inset, rule-overlap, and rule-visibility-items fine-tune intersections, extension, and conditional display. The rules are animatable too. #css #layout

https://utilitybend.com/blog/css-is-filling-the-gaps-with-rules-a-way-to-style-gaps-in-grid-and-flex

CSS заполняет гэпы линейками. Брехт Де Рюйте разбирает новые CSS-свойства для оформления гэпов в гридах и флексах. Свойства column-rule и row-rule рисуют линейки в гэпах, а rule-break, rule-inset, rule-overlap и rule-visibility-items управляют пересечениями, длиной и условным отображением. Также линейки можно анимировать. #css #layout

https://utilitybend.com/blog/css-is-filling-the-gaps-with-rules-a-way-to-style-gaps-in-grid-and-flex

CSS-центрирование в 2026 году. Темани Афиф разбирает множество способов центрирования в CSS и показывает, как выбрать подходящий. Теория выравнивания с двумя уровнями и двумя осями, сравнение флексов, гридов, position: absolute и text-align, новое свойство text-box для обрезки отступов вокруг текста, anchor-center в якорном позиционировании, разница между безопасным и небезопасным центрированием. #css #layout

https://css-tricks.com/the-state-of-css-centering-in-2026/

The state of CSS centering in 2026. @css breaks down the many valid ways to center in CSS and shows how to pick the right one. He covers alignment theory with two levels and two axes, compares flexbox, grid, position: absolute, and text-align, explains the text-box property for trimming whitespace around glyphs, anchor-center in anchor positioning, and the difference between safe and unsafe centering. #css #layout

https://css-tricks.com/the-state-of-css-centering-in-2026/

“The #19 Bricks” by Thomas Typewriter – a new illustration

https://thomastypewriter.art/2026/06/01/the-19-bricks-by-thomas-typewriter-a-new-illustration/

Advanced Tree Counting: Mathematical Layouts With “sibling-index()” and “sibling-count()”, by @smashingmag:

https://www.smashingmagazine.com/2026/05/mathematical-layouts-sibling-index-sibling-count/?ref=frontenddogma.com

#css #functions #math #layout

Advanced Tree Counting: Mathematical Layouts With sibling-index() And sibling-count() — Smashing Magazine

Meet `sibling-index()` and `sibling-count()`. Staggered cascade effect in one line of CSS without `:nth-child()` rules or JS workarounds. Works for 5 items or 5,000.

Smashing Magazine
Patrick - What's missing in CSS layout

An interpretation of the pain points and missing features which developers face with CSS layout, based on the 2025 State of CSS survey and a mini survey I ran on social media.

Patrick Brosset