Changing Colour Code in Color Xml in Android Studio

Today we will understand to change colour codes in Android Studio.we will learn how to change background, dark primary And Primary colour.

1) Go to colour xml and you will find following codes.

<?xml version="1.0" encoding="utf-8"?><resources>
<color name="colorPrimary">#6200EE</color>
<color name="colorPrimaryDark">#3700B3</color>
<color name="colorAccent">#03DAC5</color>
</resources>

Colour code for Primary is #6200EE
Colour code for Primary Dark is #3700B3

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post