デバッグ用ボタン追加

This commit is contained in:
ろむねこ 2024-07-05 10:42:22 +09:00
parent 4f717c28fa
commit 2d1db02cb0
Signed by: Fujimatsu
GPG Key ID: FA1F39A1BA37D168

View File

@ -8,7 +8,7 @@
android:id="@+id/swipe_refresh_layout">
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
@ -91,6 +91,14 @@
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent" />
<Button
android:id="@+id/fabControlButtonDebug"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="ToggleFab"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>