如何防止背景拉伸?

时间:2016-06-03 15:17:31

标签: android background

好日子的家伙

我正在创造一个游戏。此刻,对于我的背景,我使用了一个图像。 问题是它延伸。如何防止这种情况?因为我无法在图像视图顶部添加按钮

android:id="@+id/relatively"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@drawable/add"
    android:orientation="vertical"
    android:weightSum="1"

0 个答案:

没有答案