androidfontsandroid-alertdialogmaterial-components-androidandroid-fonts

What is the font used in following Android Material dialog?


I want to know what is this font used for CANCEL, DECLINE and ACCEPT in the following material dialog.

enter image description here


Solution

  • The font is Roboto and you can check this guide about Material Design's text sizes and styles

    You can also check this post about changing the dialog style programmatically with MaterialAlertDialogBuilder