Layout 檔案設定
更改背景顏色
<LinearLayout
android:background="#FFFFFF"
....或是
getWindow().getDecorView().setBackgroundColor(Color.WHITE);Last updated
Was this helpful?
<LinearLayout
android:background="#FFFFFF"
....或是
getWindow().getDecorView().setBackgroundColor(Color.WHITE);Last updated
Was this helpful?
Was this helpful?