レイアウト調整

This commit is contained in:
ろむねこ 2024-07-09 15:39:52 +09:00
parent 555e0d3862
commit 57b22b8ec4
Signed by: Fujimatsu
GPG Key ID: FA1F39A1BA37D168

View File

@ -28,11 +28,13 @@
android:textSize="24sp" />
<ImageButton
android:id="@+id/imageButton"
android:id="@+id/userNameEditButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="0"
app:srcCompat="@drawable/warning_24px" />
android:background="@android:color/transparent"
android:padding="24px"
app:srcCompat="@drawable/edit_24px" />
</LinearLayout>
<TextView