当我将样式应用到我的按钮@style/Widget.Material3.Button
时,它会使整个布局设计消失,布局不再可见。
下面是我的XML代码。
<Button
style="@style/Widget.Material3.Button"
android:id="@+id/button"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="60dp"
android:layout_marginTop="16dp"
android:layout_marginEnd="60dp"
android:text="Text"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/textField" />
有什么解决方案可以解决这个渲染问题吗?
2条答案
按热度按时间zz2j4svz1#
对于“材料”型式,您需要使用“材料”元件。
com.google.android.material.button.MaterialButton
utugiqy62#
转到主题并将样式的父元素更改为: