My avd is mdpi and I have an element that is defined in values
, values-hdpi
, values-large-hdpi
, values-xlarge
folders. When I run the project, from which folder will the compiler get the element references. Note: this element is not defined in Activity.java
.
as mdpi is less than hdpi so it will take the values from the folder which is least below it in you case it is values which is applicable to all