Skip to content

Commit

Permalink
Added multiple themes
Browse files Browse the repository at this point in the history
  • Loading branch information
DonMarv00 committed Sep 7, 2023
1 parent e9c9c44 commit f6254e8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:text="@string/string_folgen_1_100"
android:textColor="?attr/colorOnPrimary"
android:textColor="?attr/colorOnSurface"
android:textSize="20sp"
android:textStyle="bold" />
</RelativeLayout>
Expand All @@ -185,7 +185,7 @@
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:text="@string/string_folgen_1_150"
android:textColor="?attr/colorOnPrimary"
android:textColor="?attr/colorOnSurface"
android:textSize="20sp"
android:textStyle="bold" />
</RelativeLayout>
Expand All @@ -199,7 +199,7 @@
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:text="@string/alle_folgen"
android:textColor="?attr/colorOnPrimary"
android:textColor="?attr/colorOnSurface"
android:textSize="20sp"
android:textStyle="bold" />
</RelativeLayout>
Expand All @@ -213,7 +213,7 @@
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:text="@string/die_drei"
android:textColor="?attr/colorOnPrimary"
android:textColor="?attr/colorOnSurface"
android:textSize="20sp"
android:textStyle="bold" />
</RelativeLayout>
Expand All @@ -227,7 +227,7 @@
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:text="@string/benutzerdefiniert"
android:textColor="?attr/colorOnPrimary"
android:textColor="?attr/colorOnSurface"
android:textSize="20sp"
android:textStyle="bold" />
</RelativeLayout>
Expand All @@ -241,7 +241,7 @@
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:text="@string/kids"
android:textColor="?attr/colorOnPrimary"
android:textColor="?attr/colorOnSurface"
android:textSize="20sp"
android:textStyle="bold" />
</RelativeLayout>
Expand Down

0 comments on commit f6254e8

Please sign in to comment.