mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Improved tertiary button disabled style
This commit is contained in:
parent
e379833e18
commit
32a3feef42
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_enabled="false" android:color="@color/gray_main2_300" />
|
||||
<item android:state_enabled="false" android:color="@color/gray_400" />
|
||||
<item android:state_pressed="true" android:color="?attr/color_main1_500" />
|
||||
<item android:color="?attr/color_main1_500"/>
|
||||
</selector>
|
||||
|
|
|
|||
|
|
@ -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="48dp" />
|
||||
<solid android:color="?attr/color_main1_100"/>
|
||||
<solid android:color="@color/gray_main2_100"/>
|
||||
</shape>
|
||||
Loading…
Add table
Reference in a new issue