"QRコードは株式会社デンソーウェーブの登録商標です"を追加

This commit is contained in:
Asura146 2024-01-30 10:20:09 +09:00
parent d3f4c83d2b
commit aef4ba4bea

View File

@ -21,4 +21,14 @@
android:text="Bluetooth設定"
android:layout_marginVertical="8dp"/>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="bottom">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="QRコードは株式会社デンソーウェーブの登録商標です" />
</LinearLayout>
</LinearLayout>