aboutsummaryrefslogtreecommitdiffstats
path: root/libs/fullscreenvideoview/src/main/res/drawable/fvl_selector_fullscreen.xml
blob: 9cce2d136ab5583dcf0c376f42e704d25fa3054d (plain)
1
2
3
4
5
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:drawable="@drawable/fvl_fullscreen_reader" android:state_pressed="false" />
    <item android:drawable="@drawable/fvl_fullscreen_reader_white" android:state_pressed="true" />
</selector>