You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did consider this one, the major issue I saw was that there's no good UX spec for the font, color and spacing etc so I didn't add it.
Are you referring to attributes? I don't know how it is in compose, but a cardview or drawable shape can be used for this with primaryContainer in background color. For text can be usel use textAppearanceTitleLarge with 20sp for text size. For the paddings need to adjust according to the background for visual harmony.
Noting that there must be a limit on the margin that visually respects the corners of the background.
Just like in settingslib / AOSP settings and other apps, the switch bar is used as a master control for a list of preferences.
This is useful when you need to determine a high priority preference in list, on which the others depend on it.
I think it could be an interesting addition.
The text was updated successfully, but these errors were encountered: