again, some changes, mainly uniform text sizes where they matter, small bugfixes and some other things

This commit is contained in:
Odweta
2024-02-28 00:56:14 +01:00
parent 58e412af3c
commit b648a3b150
9 changed files with 143 additions and 92 deletions
@@ -19,14 +19,14 @@
<TextView
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_height="70dp"
android:layout_margin="20dp"
android:background="@drawable/toolbar_background"
android:fontFamily="@font/roboto"
android:gravity="center"
android:padding="15dp"
android:textColor="@color/white"
android:textSize="25sp" />
android:textSize="25sp"
android:textColor="@color/white" />
</com.google.android.material.appbar.AppBarLayout>
<FrameLayout