代码之家  ›  专栏  ›  技术社区  ›  M. Schwarze

图像按钮比例类型fitcenter:无边框

  •  0
  • M. Schwarze  · 技术社区  · 8 年前

    我想在ImageButton中输入一个图像。问题是我的按钮中的图像周围有一个边框。

    enter image description here

    enter image description here

    2 回复  |  直到 8 年前
        1
  •  1
  •   Vishal Vijayvergiya    8 年前

    android:background="@android:color/transparent"

        2
  •  0
  •   Siarhei Sivahin    8 年前
    <ImageView android:id="@+id/back_button_credits"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:src="@drawable/backbuttonstatus"
        android:layout_marginStart="8dp"
        android:layout_marginEnd="8dp"
        android:layout_marginTop="8dp"
        android:layout_marginBottom="8dp" />