基本的な「スケルトン」であるxmlがあります
<RelativeLayout>
<FrameLayout>
<RelativeLayout>
<TextView>
</TextView>
<TextView>
</TextView>
</RelativeLayout>
<DrawView>
//The view that changes 1
</DrawVIew>
<EditText>
//The view that changes 2
</EditText>
</FrameLayout>
<RelativeLayout>
</RelativeLayout>
</RelativeLayout>
私が欲しいのは、コードを使用すると DrawView が上下するため、DrawView を使用できる場合もあれば、EditText を使用できる場合もありますが、2 つのビューが常に表示されます。
どうやってやるの?