Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
既存のXMLの一部のフィールドを非表示にし、そのXMLを別のアクティビティの入力として使用したい
前もって感謝します.....
xmlに実際にあるすべてのフィールドを定義するだけです。1つ(テキストビューなど)を非表示にする場合は、次のようにします。
textview1.setVisibility(View.GONE);
何かを元に戻すには:
textview1.setVisibility(View.Visible);