mirror of
https://github.com/SimpleMobileTools/Simple-Keyboard.git
synced 2025-03-01 18:17:48 +01:00
couple more style adjustments
This commit is contained in:
parent
12c4fb3d2d
commit
6bd6d128b9
app/src/main/res/drawable
@ -3,8 +3,8 @@
|
|||||||
<item
|
<item
|
||||||
android:id="@+id/button_background_shape"
|
android:id="@+id/button_background_shape"
|
||||||
android:bottom="@dimen/normal_margin"
|
android:bottom="@dimen/normal_margin"
|
||||||
android:left="@dimen/medium_margin"
|
android:left="@dimen/normal_margin"
|
||||||
android:right="@dimen/medium_margin"
|
android:right="@dimen/normal_margin"
|
||||||
android:top="@dimen/normal_margin">
|
android:top="@dimen/normal_margin">
|
||||||
<shape android:shape="rectangle">
|
<shape android:shape="rectangle">
|
||||||
<solid android:color="@color/md_grey_700" />
|
<solid android:color="@color/md_grey_700" />
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
<item android:id="@+id/button_background_shape">
|
<item android:id="@+id/button_background_shape">
|
||||||
<shape android:shape="rectangle">
|
<shape android:shape="rectangle">
|
||||||
<solid android:color="@color/md_green" />
|
<solid android:color="@color/md_grey_700" />
|
||||||
<corners android:radius="4dp" />
|
<corners android:radius="4dp" />
|
||||||
</shape>
|
</shape>
|
||||||
</item>
|
</item>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
<item android:id="@+id/button_background_shape">
|
<item android:id="@+id/button_background_shape">
|
||||||
<shape android:shape="rectangle">
|
<shape android:shape="rectangle">
|
||||||
<solid android:color="@color/md_yellow" />
|
<solid android:color="@color/color_primary" />
|
||||||
<corners android:radius="4dp" />
|
<corners android:radius="4dp" />
|
||||||
</shape>
|
</shape>
|
||||||
</item>
|
</item>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user