我樹立了一個活動的背景與綠色漸變png圖片作爲活動背景變黑!
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@drawable/bg"
android:orientation="vertical">
...
</LinearLayout>
此工作的罰款幾乎總是,但導航到活動中有時將其背景變黑!我無法用任何特定的操作來重現它,也沒有得到如何調試或修復它。
這是您的應用程序啓動時加載的第一項活動嗎?有關此應用的更多詳細信息可能有助於調試。在活動之間進行導航時,或僅在應用程序啓動時發生這種情況嗎? – xil3 2010-11-19 13:37:33
我有5-6個活動,我從來沒有在第一個活動中看到過黑色背景,但在其他活動中,有一些時候是在導航過程中發生的。有時只是關閉活動糾正了問題,但有時我需要重新啓動應用程序。 – Ashis 2010-11-19 14:00:02