1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-05 02:39:23 +02:00

added android-filechooser library

This commit is contained in:
Nikolay Pultsin 2014-04-13 16:51:35 +01:00
parent 03f3e765b8
commit a26d373a74
239 changed files with 7305 additions and 0 deletions

View file

@ -0,0 +1,33 @@
<?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.
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle"
android:useLevel="false" >
<padding
android:bottom="1dp"
android:left="1dp"
android:right="1dp"
android:top="1dp" />
<corners android:radius="2dp" />
<gradient
android:centerX="-0.2"
android:centerY="-0.2"
android:endColor="#00ffffff"
android:gradientRadius="80"
android:startColor="#ccffffff"
android:type="radial" />
<stroke
android:width="1dp"
android:color="#ccffffff" />
</shape>

View file

@ -0,0 +1,15 @@
<?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_button_create_folder_pressed" android:state_pressed="true"/> <!-- pressed -->
<item android:drawable="@drawable/afc_button_create_folder_disabled" android:state_enabled="false"/> <!-- enabled -->
<item android:drawable="@drawable/afc_button_create_folder"/> <!-- default -->
</selector>

View file

@ -0,0 +1,15 @@
<?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_button_folders_view_grid_pressed" android:state_pressed="true"/> <!-- pressed -->
<item android:drawable="@drawable/afc_button_folders_view_grid_disabled" android:state_enabled="false"/> <!-- enabled -->
<item android:drawable="@drawable/afc_button_folders_view_grid"/> <!-- default -->
</selector>

View file

@ -0,0 +1,15 @@
<?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_button_folders_view_list_pressed" android:state_pressed="true"/> <!-- pressed -->
<item android:drawable="@drawable/afc_button_folders_view_list_disabled" android:state_enabled="false"/> <!-- enabled -->
<item android:drawable="@drawable/afc_button_folders_view_list"/> <!-- default -->
</selector>

View file

@ -0,0 +1,15 @@
<?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_button_location_dark_pressed" android:state_pressed="true"/>
<item android:drawable="@drawable/afc_button_location_dark_pressed" android:state_selected="true"/>
<item android:drawable="@drawable/afc_button_location_dark_pressed" android:state_focused="true"/>
</selector>

View file

@ -0,0 +1,15 @@
<?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_button_navi_left_pressed" android:state_pressed="true"/> <!-- pressed -->
<item android:drawable="@drawable/afc_button_navi_left_disabled" android:state_enabled="false"/> <!-- enabled -->
<item android:drawable="@drawable/afc_button_navi_left"/> <!-- default -->
</selector>

View file

@ -0,0 +1,15 @@
<?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_button_navi_right_pressed" android:state_pressed="true"/> <!-- pressed -->
<item android:drawable="@drawable/afc_button_navi_right_disabled" android:state_enabled="false"/> <!-- enabled -->
<item android:drawable="@drawable/afc_button_navi_right"/> <!-- default -->
</selector>

View file

@ -0,0 +1,14 @@
<?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_button_ok_saveas_pressed" android:state_pressed="true"/> <!-- pressed -->
<item android:drawable="@drawable/afc_button_ok_saveas"/> <!-- default -->
</selector>

View file

@ -0,0 +1,15 @@
<?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_button_sort_as_pressed" android:state_pressed="true"/> <!-- pressed -->
<item android:drawable="@drawable/afc_button_sort_as_disabled" android:state_enabled="false"/> <!-- enabled -->
<item android:drawable="@drawable/afc_button_sort_as"/> <!-- default -->
</selector>

View file

@ -0,0 +1,15 @@
<?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_button_sort_de_pressed" android:state_pressed="true"/> <!-- pressed -->
<item android:drawable="@drawable/afc_button_sort_de_disabled" android:state_enabled="false"/> <!-- enabled -->
<item android:drawable="@drawable/afc_button_sort_de"/> <!-- default -->
</selector>