回答編集履歴

1

スクロールバー出したくなかったので改行入れる

2019/01/28 13:20

投稿

keicha_hrs
keicha_hrs

スコア6766

test CHANGED
@@ -42,7 +42,9 @@
42
42
 
43
43
 
44
44
 
45
+ final LinearLayout subLayout0 =
46
+
45
- final LinearLayout subLayout0 = (LinearLayout) inflater.inflate(R.layout.sub0, null);
47
+ (LinearLayout) inflater.inflate(R.layout.sub0, null);
46
48
 
47
49
  parent.addView(subLayout0);
48
50