Improve snackbar behavior / styling #687

Closed
opened 2019-09-26 23:06:32 +02:00 by tzarebczan · 3 comments
tzarebczan commented 2019-09-26 23:06:32 +02:00 (Migrated from github.com)

We show feedback via snackbars at the bottom of the screen, but they are white/grey and blend into the rest of what's on the screen.

We show feedback via snackbars at the bottom of the screen, but they are white/grey and blend into the rest of what's on the screen.
akinwale commented 2019-09-27 10:24:51 +02:00 (Migrated from github.com)

We're using toasts (https://developer.android.com/guide/topics/ui/notifiers/toasts) to display these notifications, and we are unable to change the styling within the app. The styling depends on the user's OS theme.

We're using toasts (https://developer.android.com/guide/topics/ui/notifiers/toasts) to display these notifications, and we are unable to change the styling within the app. The styling depends on the user's OS theme.
tzarebczan commented 2019-09-27 14:35:38 +02:00 (Migrated from github.com)

ah, I think I remember that. It sucks cause they can be easily missed. Can we use something else or close for now?

ah, I think I remember that. It sucks cause they can be easily missed. Can we use something else or close for now?
kauffj commented 2019-12-13 20:10:09 +01:00 (Migrated from github.com)

My proposal is to match what YouTube does more closely. This would mean:

  • Fix it to the bottom
  • Use darker color with more contrast
  • Support links
  • Hold display longer

If the message is long or multiple lines, the height of the bottom element can last longer.

My proposal is to match what YouTube does more closely. This would mean: - Fix it to the bottom - Use darker color with more contrast - Support links - Hold display longer If the message is long or multiple lines, the height of the bottom element can last longer.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-android#687
No description provided.