From c391e2c6c1dc5e8e54c9d2727ef8a8f59a8ca2ff Mon Sep 17 00:00:00 2001 From: "takahiro.tominaga" Date: Fri, 2 Dec 2022 08:09:25 +0900 Subject: [PATCH] =?UTF-8?q?style:=20=E3=83=97=E3=83=AC=E3=83=93=E3=83=A5?= =?UTF-8?q?=E3=83=BC=E3=81=AB=E3=81=97=E3=81=8B=E4=BD=BF=E3=82=8F=E3=81=AA?= =?UTF-8?q?=E3=81=84=E6=96=87=E8=A8=80=E3=82=92=20tools=20=E5=B1=9E?= =?UTF-8?q?=E6=80=A7=E3=82=92=E4=BD=BF=E7=94=A8=E3=81=99=E3=82=8B=E3=82=88?= =?UTF-8?q?=E3=81=86=E5=A4=89=E6=9B=B4=20(#3)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/res/layout/fragment_detail.xml | 28 ++++++++++----------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/app/src/main/res/layout/fragment_detail.xml b/app/src/main/res/layout/fragment_detail.xml index 8e1b54f..bdf9b08 100644 --- a/app/src/main/res/layout/fragment_detail.xml +++ b/app/src/main/res/layout/fragment_detail.xml @@ -11,24 +11,24 @@ android:layout_height="0dp" android:layout_margin="16dp" android:contentDescription="@null" - android:src="@drawable/jetbrains" app:layout_constraintDimensionRatio="1:1" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" - app:layout_constraintWidth_max="240dp" /> + app:layout_constraintWidth_max="240dp" + tools:src="@drawable/jetbrains" /> + app:layout_constraintTop_toBottomOf="@id/ownerIconView" + tools:text="JetBrains/kotlin" /> + tools:ignore="MissingConstraints" + tools:text="Written in Kotlin" /> + app:layout_constraintTop_toBottomOf="@id/nameView" + tools:text="38530 stars" /> + app:layout_constraintTop_toBottomOf="@id/starsView" + tools:text="38530 watchers" /> + app:layout_constraintTop_toBottomOf="@id/watchersView" + tools:text="4675 forks" /> + app:layout_constraintTop_toBottomOf="@id/forksView" + tools:text="131 open issues" />