レイアウトにMaterialButtonが定義されています
<com.google.android.material.button.MaterialButton
android:id="@+id/button"
style="@style/Widget.MaterialComponents.Button.OutlinedButton"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="16dp"
android:text="@string/close" />
特定の状況では、スタイルをデフォルトのボタンに変更する必要があります: style="@style/Widget.MaterialComponents.Button"
しかし、プログラムでそれを行う方法は? 不思議なことに、デフォルトのボタンを動的にアウトラインに変換するものは何も見つかりませんでした。
ご協力いただきありがとうございます