Automattic / pocket-casts-android

Pocket Casts Android 🎧
Mozilla Public License 2.0
2.53k stars 210 forks source link

Add Read more chip to show notes on watch app #1049

Open mchowning opened 1 year ago

mchowning commented 1 year ago

We've gotten feedback from Google's designers that the show notes on the watch app should have a read more chip to make it clearer that it is tappable.

Currently Designs
image image
CookieyedCodes commented 1 year ago

To me the fade implyes this enough, I think tapping the text should hide/show the extented shownotes that feels more intuitive in modern apps in my opinion

mchowning commented 1 year ago

We may also want to consider using exapandableItem here:

Wear Compose 1.2 includes the following new functionality:

expandableItem and expandableItems are two new Foundation components that support expanding items within a ScalingLazyColumn. Use expandableItem for a single expandable item, such as Text in which the number of lines. Use expandableItems for a group of expandable items and expandableButton to simplify creating a button that collapses after the content is expanded.

From the wear-compose release notes