TextInputLayout更改主题

时间:2015-12-13 04:40:07

标签: android

有没有人知道如何将TextInputLayout从灯光主题更改为黑暗主题,如下面链接的设计规范所示?

lua a-star-velocity-demo.lua

Design Spec TextInputLayout

1 个答案:

答案 0 :(得分:0)

我建议使用材料设计库,如下所述:

https://material.io/develop/android/components/text-fields

然后让您的App主题扩展使用暗模式的某些主题。例如:

<style name="AppTheme" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
    <!-- Customize your theme here. -->
</style>