mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-24 08:36:26 +00:00
Fixed color for suggestion strip background
This commit is contained in:
parent
d45b791b98
commit
1d6daab585
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
<item>
|
||||||
<shape android:shape="rectangle">
|
<shape android:shape="rectangle">
|
||||||
<solid android:color="#5E5E5E" />
|
<solid android:color="#1B1B1B" />
|
||||||
</shape>
|
</shape>
|
||||||
</item>
|
</item>
|
||||||
<item android:top="1dp">
|
<item android:top="1dp">
|
||||||
|
|
Loading…
Add table
Reference in a new issue