1 留言 (1 留言)0 反應 (0 反應)0 負責人 (0 負責人)Java3,752 star (3,752 star)1,719 fork (1,719 fork)batch import
enhancementfeature: filesgood first issuepapercut
- 議題類型
- bug
- 前置要求
- 無
- 研究方向
- 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.