-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Description
In my app, I'm currently using a preference screen. Unfortunately, this component has never been made available in Material Design M3 (Expressive). However, since a while, Android migrates apps to newly designed preference screens like the following one:
The functionality is like the one in the "old-style" preference screen, but the design is from M3 Expressive, i.e...
- Card style items
- M3 (Expressive) style switches for SwitchPreference
- M3 (Expressive) style (with rounded corners, etc.) for ListPreference
Describe the solution you'd like
While the current M3 Expressive list variant covers the first bullet point mentioned above, the other preference screen components and their functionality are not available in M3 (Expressive) style .
Is there any workaround to implement a complete preference screen including SwitchPreference, ListPreference, etc. with M3 (Expressive) style? Maybe, by somehow overriding today's preference screen components with M3 styles? Any ideas would be very appreciated.
Basically, the M3 Catalog demo TopAppBarPreferencesFragment in M3 Expressive Style.