質問編集履歴

1

変更後のコードと画像を掲載

2022/06/21 13:29

投稿

Yakusugi
Yakusugi

スコア123

test CHANGED
File without changes
test CHANGED
@@ -10,7 +10,11 @@
10
10
 
11
11
  よろしくお願いいたします。
12
12
 
13
+ 変更前
13
14
  ![イメージ説明](https://ddjkaamml8q8x.cloudfront.net/questions/2022-06-21/1ac40d50-238d-4514-9c0f-bf129cca02f4.png)
15
+
16
+ 変更後
17
+ ![イメージ説明](https://ddjkaamml8q8x.cloudfront.net/questions/2022-06-21/81bb437e-8025-451d-beeb-50ad4e848470.png)
14
18
 
15
19
  ```ここに言語を入力
16
20
  <?xml version="1.0" encoding="utf-8"?>
@@ -36,6 +40,8 @@
36
40
  android:layout_width="wrap_content"
37
41
  android:layout_height="wrap_content"
38
42
  android:orientation="horizontal"
43
+ app:layout_constraintEnd_toEndOf="parent"
44
+ app:layout_constraintStart_toStartOf="parent"
39
45
  app:layout_constraintTop_toBottomOf="@+id/pie_chart"
40
46
  tools:ignore="MissingConstraints">
41
47