use TextClock instead of custom solution

This commit is contained in:
Josia Pietsch 2025-01-22 02:17:46 +01:00
parent 785e024ddb
commit 6d385e4e87
Signed by: jrpie
GPG key ID: E70B571D66986A2D
2 changed files with 11 additions and 37 deletions

View file

@ -10,7 +10,7 @@
android:fitsSystemWindows="true"
tools:context=".ui.HomeActivity">
<TextView
<TextClock
android:id="@+id/home_upper_view"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@ -23,7 +23,7 @@
app:layout_constraintVertical_bias="0.45"
tools:text="2024-12-24" />
<TextView
<TextClock
android:id="@+id/home_lower_view"
android:layout_width="wrap_content"
android:layout_height="wrap_content"