android / user-interface-samples

Multiple samples showing the best practices in the user interface on Android.
Apache License 2.0
4.34k stars 1.63k forks source link

Replace DeviceDefault themes with material 3 themes #315

Closed thagikura closed 2 years ago

thagikura commented 2 years ago

Because the behaviour of using DeviceDefault theme is not guaranteed and now the material components has the themes for widgets.

thagikura commented 2 years ago

Thanks Yuichi. Is it possible to have a look, too @marcelpinto ?

marcelpinto commented 2 years ago

Thanks Yuichi. Is it possible to have a look, too @marcelpinto ?

LGTM. Just wondering if we still need the night folders if we are using the DayNight theme.

thagikura commented 2 years ago

LGTM. Just wondering if we still need the night folders if we are using the DayNight theme.

Oh good point. Checked with light and dark themes, and it looks like night themes for night variants can be removed, done.

thagikura commented 2 years ago

Sorry, forgot to merge this PR. Merging.