mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Updated some colors
This commit is contained in:
parent
adad98f3e2
commit
9268ef5d2f
4 changed files with 4 additions and 3 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/white"/>
|
||||
<solid android:color="@color/gray_600"/>
|
||||
</shape>
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
|
||||
<corners android:radius="71dp" />
|
||||
<solid android:color="@color/red_danger_200"/>
|
||||
<solid android:color="@color/red_danger_900"/>
|
||||
</shape>
|
||||
|
|
@ -23,7 +23,7 @@
|
|||
android:paddingBottom="15dp"
|
||||
android:src="@drawable/phone_disconnect"
|
||||
android:background="@drawable/shape_squircle_red_disabled_background"
|
||||
app:tint="@color/white"
|
||||
app:tint="@color/gray_400"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"/>
|
||||
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@
|
|||
<color name="red_danger_200">#F5CCBE</color>
|
||||
<color name="red_danger_500">#DD5F5F</color>
|
||||
<color name="red_danger_700">#9E3548</color>
|
||||
<color name="red_danger_900">#723333</color>
|
||||
|
||||
<color name="green_success_500">#4FAE80</color>
|
||||
<color name="green_success_700">#377D71</color>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue