android:textStyle - Bold Text in a Button

How to Bold Text in a Button

added in API Level 1

1. Create an Android project, if you don't already have one.

2. Add a Button.

3. Open the layout, main.xml and add the following highlighted code inside the <Button> tag.

<Button
  ...

     android:textStyle="bold"
/>