Different colored buttons android -


i want have 2 different colored buttons app. using in styles.xml applies theme whole app:

<item name="android:colorbuttonnormal">@color/primarycolor</item> 

i tried using in button makes no difference,

android:backgroundtint="@color/accentcolor"  

please help! appreciate clear answers cannot find answer anywhere. thanks!!