mirror of
https://github.com/SimpleMobileTools/Simple-Keyboard.git
synced 2025-06-05 21:49:26 +02:00
changing some default colors
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:background="@color/color_primary_dark"
|
android:background="@color/default_background_color"
|
||||||
android:textAlignment="center"
|
android:textAlignment="center"
|
||||||
android:textColor="@color/colorPrimary"
|
android:textColor="@color/default_text_color"
|
||||||
android:textSize="30sp" />
|
android:textSize="30sp" />
|
||||||
|
@ -3,5 +3,5 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:layout_alignParentBottom="true"
|
android:layout_alignParentBottom="true"
|
||||||
android:background="@color/colorPrimary"
|
android:background="@color/default_background_color"
|
||||||
android:keyPreviewLayout="@layout/keyboard_preview" />
|
android:keyPreviewLayout="@layout/keyboard_preview" />
|
||||||
|
Reference in New Issue
Block a user