mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 02:39:23 +02:00
14 lines
435 B
XML
Executable file
14 lines
435 B
XML
Executable file
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (c) 2012 Hai Bison
|
|
|
|
See the file LICENSE at the root directory of this project for copying
|
|
permission.
|
|
-->
|
|
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<item android:drawable="@drawable/afc_folder_disabled" android:state_enabled="false"/> <!-- enabled -->
|
|
<item android:drawable="@drawable/afc_folder"/> <!-- default -->
|
|
|
|
</selector>
|