mirror of https://github.com/beemdevelopment/Aegis
Fix disabled alert dialog button color by setting alpha using selector
parent
de3fcfdb26
commit
4bb5ee52d9
@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:color="@color/colorSecondary" android:state_enabled="true"/>
|
||||
<item android:alpha="0.38" android:color="@color/colorSecondary"/>
|
||||
</selector>
|
Loading…
Reference in New Issue