質問編集履歴
2
変更いたしました
title
CHANGED
File without changes
|
body
CHANGED
@@ -17,7 +17,8 @@
|
|
17
17
|
at android.widget.GridView.onMeasure(GridView.java:1085)
|
18
18
|
at android.view.View.measure(View.java:24530)
|
19
19
|
|
20
|
-
ProfileActivity
|
20
|
+
ProfileActivity
|
21
|
+
```java
|
21
22
|
public class ProfileActivity extends AppCompatActivity {
|
22
23
|
private static final String TAG = "ProfileActivity";
|
23
24
|
private static final int ACTIVITY_NUM = 4;
|
@@ -111,7 +112,8 @@
|
|
111
112
|
}}
|
112
113
|
|
113
114
|
```
|
114
|
-
GridImageAdapter
|
115
|
+
GridImageAdapter
|
116
|
+
```java
|
115
117
|
package com.example.instgramclone.Utils;
|
116
118
|
|
117
119
|
import android.content.Context;
|
@@ -208,7 +210,8 @@
|
|
208
210
|
}
|
209
211
|
|
210
212
|
```
|
211
|
-
activity_profie
|
213
|
+
activity_profie
|
214
|
+
```xml
|
212
215
|
<?xml version="1.0" encoding="utf-8"?>
|
213
216
|
<androidx.coordinatorlayout.widget.CoordinatorLayout
|
214
217
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
1
ファイル名記入方法変更いたしました
title
CHANGED
File without changes
|
body
CHANGED
@@ -17,7 +17,7 @@
|
|
17
17
|
at android.widget.GridView.onMeasure(GridView.java:1085)
|
18
18
|
at android.view.View.measure(View.java:24530)
|
19
19
|
|
20
|
-
```
|
20
|
+
ProfileActivity```java
|
21
21
|
public class ProfileActivity extends AppCompatActivity {
|
22
22
|
private static final String TAG = "ProfileActivity";
|
23
23
|
private static final int ACTIVITY_NUM = 4;
|
@@ -111,7 +111,7 @@
|
|
111
111
|
}}
|
112
112
|
|
113
113
|
```
|
114
|
-
```
|
114
|
+
GridImageAdapter```java
|
115
115
|
package com.example.instgramclone.Utils;
|
116
116
|
|
117
117
|
import android.content.Context;
|
@@ -208,7 +208,7 @@
|
|
208
208
|
}
|
209
209
|
|
210
210
|
```
|
211
|
-
```
|
211
|
+
activity_profie```xml
|
212
212
|
<?xml version="1.0" encoding="utf-8"?>
|
213
213
|
<androidx.coordinatorlayout.widget.CoordinatorLayout
|
214
214
|
xmlns:android="http://schemas.android.com/apk/res/android"
|