想要讓空間背景,我的活動,並開始緩慢地旋轉,但我堅持認爲: screenshot (http://postimg.org/)如何讓背景變大然後旋轉屏幕?
我需要need如果在XML文件中添加我能得到的效果
android:scaleY="2"
android:scaleX="2"
但它不會工作,android應用程序啓動時縮小圖片。
傢伙,真的需要你的幫助,我在Android的4天,有英語不好
---- ---的新增
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<ImageView android:id="@+id/image"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:src="@drawable/backgroundd"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"/>
</RelativeLayout>
發佈您到目前爲止所嘗試的內容。我會建議在'RelativeLayout'中使用圖像並應用遞歸動畫。 – cosmincalistru
你可以更詳細地瞭解遞歸動畫嗎? – Arcaniel
This(http://stackoverflow.com/q/18016126/1369566)可能會有所幫助。 – cosmincalistru