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
{{ message }}
This repository was archived by the owner on Mar 18, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: AndroidFilePickerLightLibrary/src/main/java/com/maxieds/androidfilepickerlightlibrary/DisplayFragments.java
+18-16Lines changed: 18 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,23 @@ public class DisplayFragments {
Copy file name to clipboardExpand all lines: AndroidFilePickerLightLibrary/src/main/java/com/maxieds/androidfilepickerlightlibrary/FileChooserActivity.java
+31-10Lines changed: 31 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ This program (the AndroidFilePickerLight library) is free software written by
20
20
importandroid.app.Activity;
21
21
importandroid.content.Intent;
22
22
importandroid.content.pm.ActivityInfo;
23
+
importandroid.graphics.drawable.GradientDrawable;
23
24
importandroid.os.Bundle;
24
25
importandroid.os.Handler;
25
26
importandroid.view.View;
@@ -41,14 +42,14 @@ This program (the AndroidFilePickerLight library) is free software written by
Copy file name to clipboardExpand all lines: AndroidFilePickerLightLibrary/src/main/java/com/maxieds/androidfilepickerlightlibrary/FileChooserBuilder.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -215,6 +215,7 @@ public int getFileSelectionModeMask(SelectionModeType selectMode) {
Copy file name to clipboardExpand all lines: AndroidFilePickerLightLibrary/src/main/java/com/maxieds/androidfilepickerlightlibrary/GradientDrawableFactory.java
Copy file name to clipboardExpand all lines: AndroidFilePickerLightLibrary/src/main/java/com/maxieds/androidfilepickerlightlibrary/ThemesConfigInterface.java
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -34,5 +34,7 @@ public static ThemesConfigInterface getDefaultsInstance() {
34
34
// the GradientDrawableFactory.Builder class ...
35
35
// setup / configure the stock directory path nav btn icons
36
36
// reset the default file type and directory folder display icons
0 commit comments