mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
added missing xml
This commit is contained in:
parent
1bc4c7e56d
commit
33045c9115
2 changed files with 10 additions and 0 deletions
5
app/src/main/res/color/selectable_black.xml
Normal file
5
app/src/main/res/color/selectable_black.xml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
<item android:color="?attr/textColor"/>
|
||||||
|
<item android:state_focused="true" android:color="?attr/iconGrayBackground"/>
|
||||||
|
</selector>
|
5
app/src/main/res/color/selectable_white.xml
Normal file
5
app/src/main/res/color/selectable_white.xml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
<item android:state_focused="true" android:color="?attr/textColor"/>
|
||||||
|
<item android:color="?attr/iconGrayBackground"/>
|
||||||
|
</selector>
|
Loading…
Reference in a new issue