I find an strange file named values-sw580 in my Android contact code .I don’t know what is this for and why it calls this way.Anyone know about it ?:) tell me please.thanx.
I find an strange file named values-sw580 in my Android contact code .I don’t
Share
The swXXX qualifier declares the smallest screen width in dips that the resources in the directory are designed for.
so values-sw580 defines resources for a device which is at least 580 dips wide.