I'm using these res drawable
folders in my application every thing is fine, until recently I installed my app in Sony C3
device its dpi is ~267 but screen size is 5.5" which makes it hdpi
device with large screen. It is taking the dimensions from hdpi
and a huge space is left in the screen..! making text small.
how to design for this devices is there any other drawable
folder for ~280dp
or I have to create my own? please tell me how to solve this.