mirror of
https://github.com/SimpleMobileTools/Simple-Keyboard.git
synced 2025-01-31 10:24:45 +01:00
changing some default colors
This commit is contained in:
parent
3f5a5fadf3
commit
58907c8562
@ -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" />
|
||||
|
@ -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" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user