UI theme can be changed

This commit is contained in:
2025-10-29 23:24:13 +01:00
parent a30a47f67a
commit b6ea652e46
11 changed files with 25 additions and 21 deletions

View File

@@ -15,7 +15,7 @@
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/barBackgroundColor" >
android:background="@color/cardview_shadow_start_color" >
<TextView
android:layout_width="wrap_content"
@@ -123,7 +123,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:background="@color/barBackgroundColor"
android:background="@color/cardview_shadow_start_color"
android:orientation="horizontal">
<TextView
@@ -160,7 +160,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:background="@color/barBackgroundColor"
android:background="@color/cardview_shadow_start_color"
android:orientation="horizontal">
<TextView