回答編集履歴
1
追記
test
CHANGED
@@ -1 +1,13 @@
|
|
1
1
|
ドキュメントをご確認ください.
|
2
|
+
|
3
|
+
|
4
|
+
|
5
|
+
#追記
|
6
|
+
|
7
|
+
|
8
|
+
|
9
|
+
[android.widget.LinearLayout](https://developer.android.com/reference/android/widget/LinearLayout) は [android.view.ViewGroup](https://developer.android.com/reference/android/view/ViewGroup) を継承しています.
|
10
|
+
|
11
|
+
android.view.ViewGroup には [int getChildCount()](https://developer.android.com/reference/android/view/ViewGroup#getChildCount()) 及び [View getChildAt (int index)](https://developer.android.com/reference/android/view/ViewGroup#getChildAt(int)) というメソッドがあります.
|
12
|
+
|
13
|
+
これらを組み合わせれば特定の View があるかを探せるのではないでしょうか.
|