View

res/layout/*.xmlについて

あるViewは可能な限り大きく、そうでないViewは最小限の表示 android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_weight="1" →Layout内で大きく表示したいもの android:layout_width="wrap_content" android:layout_…

これはひどい? View#getParent()が返すinterface ViewParentは、親の型(LinearLayoutとか)にキャストして使う