Joshua
02/08/2021, 1:07 PM<style name="OrangeButtonPrimary">
<item name="android:textColor">@color/white</item>
<item name="cornerRadius">8dp</item>
<item name="backgroundColor">#FC7E2F</item>
<item name="android:textAllCaps">true</item>
</style>
However, when I add the style to my button nothing happens. I am therefor wondering whether I did something wrong or not?Umar Ata
02/08/2021, 2:22 PM