changing some default colors

This commit is contained in:
tibbi 2022-01-05 17:30:40 +01:00
parent 3f5a5fadf3
commit 58907c8562
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/color_primary_dark"
android:background="@color/default_background_color"
android:textAlignment="center"
android:textColor="@color/colorPrimary"
android:textColor="@color/default_text_color"
android:textSize="30sp" />

View File

@ -3,5 +3,5 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_alignParentBottom="true"
android:background="@color/colorPrimary"
android:background="@color/default_background_color"
android:keyPreviewLayout="@layout/keyboard_preview" />