Merge pull request #2 from child-guardian/kyou/layout

テキストのサイズとmarginを変更しました。
This commit is contained in:
Asura146 2023-12-18 16:57:48 +09:00 committed by GitHub
commit e645577f40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,9 +48,9 @@
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="20dp"
android:layout_marginTop="5dp"
android:text="切断中"
android:textSize="25dp"
android:textSize="30dp"
android:textColor="@color/black"
android:textAlignment="center"/>
<ImageView