5
我想使用一個小的(圖標大小)圖像作爲我的視圖的背景,但它會被拉伸以填充所有視圖。Android:如何在視圖中使用居中的背景圖像
任何解決方案(包括某種方式來放置在我目前的一個視圖,並使後者透明)將不勝感激。
謝謝!
當前代碼:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@drawable/icon"
android:id="@+id/layout_main"
>
你是如何設置圖像作爲背景?請具體 – mtmurdock 2010-06-12 22:34:07
編輯該問題以包含示例代碼 – tacone 2010-06-12 22:53:56
[在Android中定位背景圖像]可能的副本(http://stackoverflow.com/questions/3847979/centering-a-background-image-in-android) – 2012-06-28 13:01:15