テスト用ボタン削除

This commit is contained in:
ろむねこ 2024-07-05 11:02:46 +09:00
parent 61e571e70e
commit de35b531fa
Signed by: Fujimatsu
GPG Key ID: FA1F39A1BA37D168
2 changed files with 0 additions and 16 deletions

View File

@ -238,14 +238,6 @@ public class SettingMainFragment extends Fragment {
addChildBuilder.show();
});
view.findViewById(R.id.fabControlButtonDebug).setOnClickListener(v -> {
if (fabManager.isShown()) {
fabManager.hide();
} else {
fabManager.show();
}
});
return view;
}

View File

@ -91,14 +91,6 @@
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>