Urgent.News

600+ sources. One page. See who else covered it.

Editions

Tech

Google Messages tests a full-screen attachment view and customizable grid

Beta users can now long-press to reorder shortcut pills and tap the new caret icon for an expanded view.

Google Messages tests a full-screen attachment view and customizable grid

In the Google Messages v20260731 beta, users are now able to customize their messaging layout in a significant way. With this update, the attachment shortcuts like Gallery, Location, and Schedule Send can be rearranged by long-pressing and dragging them to a preferred spot within the grid. Although the shortcuts cannot be completely removed, pushing unused options to the bottom offers a personalized touch to the messaging interface.

This feature allows for a more comfortable and efficient communication experience, as users can now tailor the attachment view to their specific needs. The new caret (arrow) icon at the top of the attachment sheet, when tapped, expands the grid into a full-screen view, providing further flexibility and convenience. This update comes as Google continues to fine-tune its flagship chat client, aiming to enhance its usability and user satisfaction.

Written by urgent.news from Android Authority's reporting — not their text. Machine-written — it may contain errors, so check the original before relying on it.

Also reported by 2 other outlets

Read the original at androidauthority.com →

More in Tech

How to Enable Entire

How to Enable Entire in Your Repository Entire captures the context behind AI-assisted code changes and connects it to your Git history.

  • Entire records AI-assisted code changes with Git history.
  • Enable Entire via command 'entire enable -y' for all agents.
  • Checkpoints stored under Git refs or dedicated 'entire/checkpoints/v1' branch.

Engineer-to-Engineer: Building a Typing Test That Doesn't Lie to You

If you've ever shipped a "typing speed" feature into a developer tool, an educational dashboard, or a hiring pipeline, you've probably noticed that the simplest-looking metric in computing — words per…

  • Define two word meanings: classic 5-character vs. linguistically grounded
  • Naive implementation flawed by idle gaps, cold-start padding, and backspace handling
  • Use net WPM with warm-up prompt, idle timeout, and backspace handling for accurate measurement