Commit 902fe83
[CalendarDemo] fix for aapt2 (which is now default) (#306)
When building this project with `<AndroidUseAapt>True</AndroidUseAapt2>`
you will get:
error APT2260: obj\Debug\44\res\layout\calendarlist.xml:1: error: resource android:id/android:list not found. "android:list not found."
error APT2260: obj\Debug\44\res\layout\eventlist.xml:1: error: resource android:id/android:list not found. "android:list not found."
I think the name `android:id/android:list` is probably just a typo, so
removing `android:` fixes the issue.1 parent 0a30524 commit 902fe83
File tree
2 files changed
+2
-2
lines changed- CalendarDemo/Resources/layout
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments