Revert "レイアウト修正"

This reverts commit 9c79e02cc8.
This commit is contained in:
ろむねこ 2023-12-21 12:34:46 +09:00 committed by GitHub
parent 51fbcb1852
commit 5c28a0852d

View File

@ -31,27 +31,21 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_weight="2" android:layout_weight="2"
android:text="Resolution:" android:text="Resolution:" />
android:textIsSelectable="false"
android:textSize="16sp" />
<TextView <TextView
android:id="@+id/textViewResHeight" android:id="@+id/textViewResHeight"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_weight="1" android:layout_weight="1"
android:text="Height" android:text="Height" />
android:textIsSelectable="false"
android:textSize="16sp" />
<TextView <TextView
android:id="@+id/textViewResWidth" android:id="@+id/textViewResWidth"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_weight="1" android:layout_weight="1"
android:text="WIdth" android:text="WIdth" />
android:textIsSelectable="false"
android:textSize="16sp" />
</LinearLayout> </LinearLayout>
@ -60,9 +54,7 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_weight="1" android:layout_weight="1"
android:text="Path" android:text="Path" />
android:textIsSelectable="false"
android:textSize="16sp" />
</LinearLayout> </LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>