The issue requires updating the icon for external storage folders in the Nextcloud Android app. The correct icon file is referenced in the issue body: `src/main/res/drawable hdpi/folder external.png`. Look for the layout or adapter code that sets the folder icon, likely in a RecyclerView adapter for file listings, and change the resource ID to point to `R.drawable.folder external`. Test the change on a device or emulator to verify it displays correctly. No additional comments or linked PRs provide further context; the change is straightforward and localized.
Tech stack
javaandroid
Domain
mobile
Issue type
Bug
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
2
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
Under 1 hour
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
Fresh
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
Clear
Prerequisites
None
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
95
Daily Newsletter
Get fresh easy issues in your inbox.
Subscribe to GoodFirstIssue Daily for newly found easy issues that are ready for beginner-friendly open source work.