Adib Faramarzi
1 min readFeb 5, 2020

--

One important note is to never use a theme attribute in a drawable file (like ? colorPrimary in an avd) since it can break things on lower APIs.

For these situation it’s better to define multiple drawqble files with specific names (like orange instead of primary) and use them indifferent theme attributes.

--

--