回答編集履歴
1
誤字修正
answer
CHANGED
@@ -6,5 +6,5 @@
|
|
6
6
|
詰めて非表示
|
7
7
|
`FindViewById<Button>(Resource.Id.button).Visibility = ViewStates.Gone;`
|
8
8
|
|
9
|
-
詰めないで表示
|
9
|
+
詰めないで非表示
|
10
10
|
`FindViewById<Button>(Resource.Id.button).Visibility = ViewStates.Invisible;`
|