我已经将与Google材料相对应的主题放在了我的Style.xml中,但是我的问题是,当我看到Android Studio设计器的预览时,它变黑了,什么也没做。
我试图放置一个普通的MaterialButton按钮,但是当我将其放置在.xml设计文件中时,预览将停止工作。
XML布局中的我的材质按钮:
<com.google.android.material.button.MaterialButton
style="@style/Widget.MaterialComponents.Button"
android:layout_width="250dp"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_marginTop="20dp"
android:padding="10dp"
android:text="Iniciar sesión"
android:textAppearance="@style/TextAppearance.MaterialComponents.Button"
android:textColor="@color/colorTextNormal" />
编辑:Android Studio显示此错误:
Paint.setLetterSpacing()不支持。