Buttons are one of the core controls that make an app feel native to the platform it's on. It’s important to respect the platform's paradigms in order to help the user feel at home on Android and keep the experience quality high.

<DisplayToggle onText="Dark" offText="Light" label="Theme Switcher">

### Primary Filled

<img className="off" src="https://static2.sharepointonline.com/files/fabric/fabric-website/images/controls/android/updated/img_button_01_primaryfilled_light.png?text=LightMode" />
<img className="on" src="https://static2.sharepointonline.com/files/fabric/fabric-website/images/controls/android/updated/img_button_01_primaryfilled_dark.png?text=DarkMode" />

### Borderless Button

<img className="off" src="https://static2.sharepointonline.com/files/fabric/fabric-website/images/controls/android/updated/img_button_02_borderless_light.png?text=LightMode" />
<img className="on" src="https://static2.sharepointonline.com/files/fabric/fabric-website/images/controls/android/updated/img_button_02_borderless_dark.png?text=DarkMode" />

</DisplayToggle>
