mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-02-07 14:58:24 +00:00
Fixed disabled buttons color in call
This commit is contained in:
parent
e82f42e51a
commit
06074f0490
2 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval">
|
||||
<size android:width="55dp" android:height="55dp" />
|
||||
<solid android:color="@color/gray_600"/>
|
||||
<solid android:color="@color/gray_700"/>
|
||||
</shape>
|
||||
|
|
@ -37,6 +37,7 @@
|
|||
<color name="gray_500">#4E4E4E</color>
|
||||
<color name="gray_600">#2E3030</color>
|
||||
<color name="gray_600_night">#CFD1D1</color>
|
||||
<color name="gray_700">#383939</color>
|
||||
<color name="gray_800">#0F0F0F</color>
|
||||
<color name="gray_800_night">#E7D2D8</color>
|
||||
<color name="gray_900">#070707</color>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue