mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 00:13:16 +00:00
レイアウト修正
This commit is contained in:
parent
f812e6c38e
commit
cf257a44ec
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/rev_item_title"
|
android:id="@+id/rev_item_title"
|
||||||
android:layout_width="0dp"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:textSize="16sp"
|
android:textSize="16sp"
|
||||||
android:layout_marginEnd="8dp"
|
android:layout_marginEnd="8dp"
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/rev_item_detail"
|
android:id="@+id/rev_item_detail"
|
||||||
android:layout_width="0dp"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:textSize="14sp"
|
android:textSize="14sp"
|
||||||
android:text="2023/01/01 00:00:00 - hogehoge"
|
android:text="2023/01/01 00:00:00 - hogehoge"
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/rev_item_id"
|
android:id="@+id/rev_item_id"
|
||||||
android:layout_width="0dp"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:textSize="12sp"
|
android:textSize="12sp"
|
||||||
android:text="dd76a029-51f1-40f7-b316-a0c74bbfebb1(Example)"
|
android:text="dd76a029-51f1-40f7-b316-a0c74bbfebb1(Example)"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user