質問編集履歴

2

値間違い

2019/02/14 07:27

投稿

kaoru3151
kaoru3151

スコア50

test CHANGED
File without changes
test CHANGED
@@ -128,7 +128,7 @@
128
128
 
129
129
  android:layout_width="match_parent"
130
130
 
131
- android:layout_height="match_parent"
131
+ android:layout_height="wrap_content"
132
132
 
133
133
  android:layout_below="@id/detailView"  // 指定したID(detailView)の下に配置する認識なんですが、、
134
134
 

1

コメント間違い

2019/02/14 07:27

投稿

kaoru3151
kaoru3151

スコア50

test CHANGED
File without changes
test CHANGED
@@ -74,10 +74,6 @@
74
74
 
75
75
  <!-- タイトル -->
76
76
 
77
-
78
-
79
- <!-- 本文 -->
80
-
81
77
  <TextView
82
78
 
83
79
  android:id="@+id/title"
@@ -105,6 +101,8 @@
105
101
  android:textStyle="bold" />
106
102
 
107
103
 
104
+
105
+   <!-- 本文 -->
108
106
 
109
107
  <WebView
110
108