Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我为两个标签使用了两个不同的图像。但是图像没有填满标签。显示了一些空格。我希望图像占据标签
您必须在 xml 代码中使用“fill_parent”:-
android:layout_width="fill_parent" android:layout_height="fill_parent"