MapActivity を拡張するアクティビティで次のレイアウトを使用しています。
<?xml version="1.0" encoding="utf-8"?>
<com.google.android.maps.MapView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/mapview"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:apiKey="My Google Maps Key"
android:clickable="true" />
私が達成したいこと: ユーザーが夜間にマップを使用する場合、画面は暗い色 (黒または濃い青) で着色する必要があります。画面全体を埋める MapView は ViewGroup から派生しているため、それを達成する方法があると思いますか?