You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AndroidFilePickerLightLibrary/src/main/java/com/maxieds/androidfilepickerlightlibrary/CustomThemeBuilder.java
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,16 @@ This program (the AndroidFilePickerLight library) is free software written by
21
21
22
22
publicclassCustomThemeBuilder {
23
23
24
+
/*
25
+
* TODO: Note that all of this should be more eaily approached by simply making all
26
+
* of these theme-specific stylized attributes accessible in the default themes
27
+
* in /res/values/style.xml. Then the user can simply implement all of those
28
+
* attributes in their own custom theme, pass a resolved instance of that theme
29
+
* into the File Chooser Builder along with an Activity reference from which
30
+
* the resources can be resolved, and voila, no need for kludgy settings like
Copy file name to clipboardExpand all lines: AndroidFilePickerLightLibrary/src/main/java/com/maxieds/androidfilepickerlightlibrary/DisplayAdapters.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -94,8 +94,8 @@ public void onBindViewHolder(BaseViewHolder bvHolder, int posIndex) {
Copy file name to clipboardExpand all lines: AndroidFilePickerLightLibrary/src/main/java/com/maxieds/androidfilepickerlightlibrary/FileChooserRecyclerView.java
+30-9Lines changed: 30 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,11 @@ public boolean fling(int velocityX, int velocityY) {
Copy file name to clipboardExpand all lines: AndroidFilePickerLightLibrary/src/main/java/com/maxieds/androidfilepickerlightlibrary/PrefetchFilesUpdater.java
+90-16Lines changed: 90 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,7 @@ This program (the AndroidFilePickerLight library) is free software written by
63
63
* and post notifications to the adapter. The scroller (and its listener) know what to do by default when it can just
64
64
* smooth scroll through a linear layout with items already available. What results is a nothing too fancy interface to
65
65
* avoid the messy UI intensive work in the scroll handler.
0 commit comments