remove unused code

This commit is contained in:
Josia Pietsch 2025-03-03 21:23:16 +01:00
parent 8948b34243
commit ae119ac4ce
Signed by: jrpie
GPG key ID: E70B571D66986A2D
3 changed files with 5 additions and 18 deletions

View file

@ -47,8 +47,7 @@
android:src="@drawable/baseline_close_24"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"
custom:type="solid" />
app:layout_constraintTop_toTopOf="parent" />
<ImageView
android:id="@+id/settings_system"
@ -63,8 +62,7 @@
android:src="@drawable/baseline_settings_applications_24"
custom:layout_constraintBottom_toBottomOf="parent"
custom:layout_constraintStart_toStartOf="parent"
custom:layout_constraintTop_toTopOf="parent"
custom:type="solid" />
custom:layout_constraintTop_toTopOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>
<com.google.android.material.tabs.TabLayout