レイアウトマージン設定

This commit is contained in:
ろむねこ 2023-12-21 12:19:48 +09:00
parent cbe34bfed2
commit a7286f0a4a
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

@ -3,7 +3,8 @@
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content"> android:layout_height="wrap_content"
android:layout_margin="24px">
<ImageView <ImageView
android:id="@+id/imageViewResult" android:id="@+id/imageViewResult"