Added the ability to change fonts and font styles

This commit is contained in:
ottoptj 2024-09-05 04:29:49 +03:00
commit 84381d75eb
7 changed files with 158 additions and 31 deletions

View file

@ -99,7 +99,7 @@
android:layout_marginHorizontal="32dp"
android:layout_marginTop="45dp"
android:layout_marginBottom="27dp"
android:fontFamily="@null"
android:fontFamily="More Fonts..."
android:format12Hour="hh:mm"
android:format24Hour="HH:mm"
android:textAlignment="textStart"
@ -115,7 +115,6 @@
android:id="@+id/textDate"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:fontFamily="@null"
android:format12Hour="dd MMM yyyy"
android:format24Hour="dd MMM yyyy"
android:lineSpacingExtra="8sp"