I'm using different layouts for different screen size, but using same method for some onClick and based of the screen size i'm using different drawable that should be set for the View that called onClick.
tried by getTag, but i'm not setting them, beacause I don't know what tag to set(they are based on screensize(physical)).
So how i can get that currently application is using layout from layout-large or layout normal?