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 has been archived by the owner on Jan 29, 2023. It is now read-only.
Requirement for implementations of this feature is that there is minimal friction between launching and actually showing the UI. For example if a dark theme is selected, the app should not show a light background and then change abruptly.
Components that will need to be themed:
ActionBar
PathBar
Window color
Text colors
All themed components in styles.xml
Empty state graphics
The text was updated successfully, but these errors were encountered:
Replace ListFragment with RecyclerViewFragment
Update FileListAdapter
Update item click listener wiring
Add empty view tests, and moved the logic in RecyclerViewFragment
Ref #73
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Requirement for implementations of this feature is that there is minimal friction between launching and actually showing the UI. For example if a dark theme is selected, the app should not show a light background and then change abruptly.
Components that will need to be themed:
The text was updated successfully, but these errors were encountered: