1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-05 10:49:24 +02:00
FBReaderJ/third-party/android-filechooser/code/res/drawable/afc_item_file.xml
Nikolay Pultsin 5c237417b3 file icons
2014-08-30 18:48:40 +01:00

14 lines
431 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_file_disabled" android:state_enabled="false"/> <!-- enabled -->
<item android:drawable="@drawable/afc_file"/> <!-- default -->
</selector>