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
Copy file name to clipboardExpand all lines: AGENTS.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -145,6 +145,13 @@ Layout/menu files follow the component they belong to:
145
145
| AdapterView item | — |`item_person.xml`|
146
146
| Partial layout | — |`partial_stats_bar.xml`|
147
147
148
+
## Design
149
+
150
+
- Follow Material Design 3 guidelines
151
+
- In addition to any Material Design wording guidelines, follow the Nextcloud wording guidelines at https://docs.nextcloud.com/server/latest/developer_manual/design/foundations.html#wording
152
+
- Ensure the app works in both light and dark theme
153
+
- Ensure the app works with different server primary colors by using the colorTheme of viewThemeUtils
154
+
148
155
## After Making Changes
149
156
150
157
After finishing code changes, run `./gradlew detekt ktlintCheck` and fix any new errors or warnings before considering the task done.
0 commit comments