-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using as part of existing view #5
Comments
Hello, |
Thanks, i will too if i have the time :) |
do note, that every file picker on android arsenal offers itself as an activity/fragment, or a dialog, but NOT as a view :( and most do not look as nice as this one does :( and if this offers a fragment, then we MIGHT be able to use a fragment view in order to wrap the view a possible example might be: https://developer.android.com/reference/androidx/fragment/app/FragmentContainerView class FileManagerView extends androidx.fragment.app.FragmentContainerView {
// ...
} also it would be worth noting this as a way to embed the file manager into an existing viewgroup |
is it possible to move this into a View?
For example, as an embedded file view in an app, similar to what PowerAmp does
Eg
The text was updated successfully, but these errors were encountered: