mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2025-04-16 21:20:48 +00:00
Revert "レイアウト修正"
This reverts commit 9c79e02cc8e9385d170a324d7d4dec37c90f72f9.
This commit is contained in:
parent
51fbcb1852
commit
5c28a0852d
@ -31,27 +31,21 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="2"
|
||||
android:text="Resolution:"
|
||||
android:textIsSelectable="false"
|
||||
android:textSize="16sp" />
|
||||
android:text="Resolution:" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/textViewResHeight"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:text="Height"
|
||||
android:textIsSelectable="false"
|
||||
android:textSize="16sp" />
|
||||
android:text="Height" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/textViewResWidth"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:text="WIdth"
|
||||
android:textIsSelectable="false"
|
||||
android:textSize="16sp" />
|
||||
android:text="WIdth" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
@ -60,9 +54,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:text="Path"
|
||||
android:textIsSelectable="false"
|
||||
android:textSize="16sp" />
|
||||
android:text="Path" />
|
||||
|
||||
</LinearLayout>
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
Loading…
x
Reference in New Issue
Block a user