I went through the Developer documents,partly understood the LDPI,HDPI,MDPI,XHDPI analogy, searched everywhere on the net but could not find specific answers.
I have two phones, one has a small screen and one is a tablet. I want the buttons on my small screen phone look small and the same buttons on the big screen look more big and occupy more space. How do I achieve this? Any tutorials?
(I place drawables in specific drawable folders and huge buttons are displayed on my small screen) Confused!
I also created different layouts specifying the DPI, what I dont understand is that if the DPI of my small screen and big screen is same, the layout will be distorted on the bigger or conversly the smaller one!