2

I know it is a common problem but I didn't find the solution. When designing buttons for android you have to design for specific DPI but with MDPI there is a problem;

The smallest mdpi is 320x480, so i created the button to fit the smallest screen, but if u see at the 5,4 device which is mdpi to it is 480x854. The buttons looks to small for that screensize but i can't make them bigger because they don't fit on the 320x480 screen anymore?

Is there a an other way to make the buttons fit the screen? For tablet it also uses the mdpi images so it looks very tiny..

4

1 に答える 1

1

もう少し検索した後、私は答えを見つけました:

追加する必要があります

drawable-large-mdpi

resへのフォルダーとして、そこにボタンを配置します

于 2013-04-27T14:00:17.780 に答える