I'm trying to get my AlertDialogs to look like this, with the full width button:
I'm following the Google's documentation and it says to use this style:
R.style.ThemeOverlay_MaterialComponents_MaterialAlertDialog_FullWidthButtons
but I don't have access to that theme:
I have the appropriate dependency added in the project's Gradle file:
implementation 'com.google.android.material:material:1.5.0'
I feel like I'm just missing something obvious.


