Moved animations to a new class and added the settings activity

This commit is contained in:
ottoptj 2024-05-31 03:49:42 +03:00
commit 709692482a
14 changed files with 342 additions and 258 deletions

View file

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/linearLayout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/settings_bg"
android:orientation="vertical"
tools:context=".SettingsActivity">
</androidx.constraintlayout.widget.ConstraintLayout>