0

したがって、サイズが 80 dp の 16 個のボタンがあり、3.0 インチから 4.5 インチのディスプレイで見栄えがします。(出典:gyazo.com

タブレットのように画面を大きくするとこんな感じ(出典:gyazo.com

私のカスタムボタン画像は次のとおりです:ldpi 36x36、mdpi 48x48、hdpi 72x72、xhdpi 96x96 ここに私のxmlコードがあります:

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_gravity="center"
android:background="@drawable/background"
android:orientation="vertical" >

<LinearLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:orientation="horizontal" >

    <Button
        android:id="@+id/button1"
        android:layout_width="80dp"
        android:layout_height="80dp"
        android:background="@drawable/custom_button"
        android:onClick="id1"
        android:textColor="#FFF"
        android:textSize="15dp" 
        android:digits="1"
    />

    <Button
        android:id="@+id/button2"
        android:layout_width="80dp"
        android:layout_height="80dp"
        android:background="@drawable/custom_button"
        android:onClick="id2"
        android:textColor="#FFF"
        android:textSize="15dp" />

    <Button
        android:id="@+id/button3"
        android:layout_width="80dp"
        android:layout_height="80dp"
        android:background="@drawable/custom_button"
        android:onClick="id3"
        android:textColor="#FFF"
        android:textSize="15dp" />

    <Button
        android:id="@+id/button4"
        android:layout_width="80dp"
        android:layout_height="80dp"
        android:background="@drawable/custom_button"
        android:onClick="id4"
        android:textColor="#FFF"
        android:textSize="15dp" />
</LinearLayout>

<LinearLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:orientation="horizontal" >

    <Button
        android:id="@+id/button5"
        android:layout_width="80dp"
        android:layout_height="80dp"
        android:background="@drawable/custom_button"
        android:onClick="id5"
        android:textColor="#FFF"
        android:textSize="15dp" />

    <Button
        android:id="@+id/button6"
        android:layout_width="80dp"
        android:layout_height="80dp"
        android:background="@drawable/custom_button"
        android:onClick="id6"
        android:textColor="#FFF"
        android:textSize="15dp" />

    <Button
        android:id="@+id/button7"
        android:layout_width="80dp"
        android:layout_height="80dp"
        android:background="@drawable/custom_button"
        android:onClick="id7"
        android:textColor="#FFF"
        android:textSize="15dp" />

    <Button
        android:id="@+id/button8"
        android:layout_width="80dp"
        android:layout_height="80dp"
        android:background="@drawable/custom_button"
        android:onClick="id8"
        android:textColor="#FFF"
        android:textSize="15dp" />
</LinearLayout>

<LinearLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:orientation="horizontal" >

    <Button
        android:id="@+id/button9"
        android:layout_width="80dp"
        android:layout_height="80dp"
        android:background="@drawable/custom_button"
        android:onClick="id9"
        android:textColor="#FFF"
        android:textSize="15dp" />

    <Button
        android:id="@+id/button10"
        android:layout_width="80dp"
        android:layout_height="80dp"
        android:background="@drawable/custom_button"
        android:onClick="id10"
        android:textColor="#FFF"
        android:textSize="15dp" />

    <Button
        android:id="@+id/button11"
        android:layout_width="80dp"
        android:layout_height="80dp"
        android:background="@drawable/custom_button"
        android:onClick="id11"
        android:textColor="#FFF"
        android:textSize="15dp" />

    <Button
        android:id="@+id/button12"
        android:layout_width="80dp"
        android:layout_height="80dp"
        android:background="@drawable/custom_button"
        android:onClick="id12"
        android:textColor="#FFF"
        android:textSize="15dp" />
</LinearLayout>

<LinearLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:orientation="horizontal" >

    <Button
        android:id="@+id/Button01"
        android:layout_width="80dp"
        android:layout_height="80dp"
        android:background="@drawable/custom_button"
        android:onClick="id13"
        android:textColor="#FFF"
        android:textSize="15dp" />

    <Button
        android:id="@+id/Button02"
        android:layout_width="80dp"
        android:layout_height="80dp"
        android:background="@drawable/custom_button"
        android:onClick="id14"
        android:textColor="#FFF"
        android:textSize="15dp" />

    <Button
        android:id="@+id/Button03"
        android:layout_width="80dp"
        android:layout_height="80dp"
        android:background="@drawable/custom_button"
        android:onClick="id15"
        android:textColor="#FFF"
        android:textSize="15dp" />

    <Button
        android:id="@+id/Button04"
        android:layout_width="80dp"
        android:layout_height="80dp"
        android:background="@drawable/custom_button"
        android:onClick="id16"
        android:textColor="#FFF"
        android:textSize="15dp" />
</LinearLayout>

<RelativeLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:orientation="vertical" >

    <Button
        android:id="@+id/button13"
        android:layout_width="40dp"
        android:layout_height="40dp"
        android:layout_alignParentLeft="true"
        android:layout_alignParentTop="true"
        android:layout_marginLeft="18dp"
        android:layout_marginTop="47dp"
        android:background="@drawable/custom_button"
        android:onClick="numbers" />

</RelativeLayout>

4

1 に答える 1

2

の画面のサイズは、画面dpごとに異なります。行のすべてButtonが同じ量のスペースを占めるようにするandroid:layout_width="0dip"には、と組み合わせて使用​​しandroid:layout_weight="1"ます。これにより、画面サイズに関係なく同じ効果が得られます。お役に立てれば。

于 2012-11-11T18:56:57.737 に答える