kanytu / kanytu/Android-studio-material-template
support froyo ?
Open
- Dominant language
- FreeMarker
- Stars
- 596
- Forks
- 142
- PR merge metrics
- No merged PRs in 30d
Description
Is it possible to support Android 2.2 (level 8)?
drawer_row.xml uses
``` xml
android:background="?android:attr/selectableItemBackground"
```
which requires level 11 rather than 8
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with drawer_row.xml and inspect the android:background reference to determine why it requires API level 11 instead of level 8. Verify the template's Android 2.2 compatibility after addressing that reference; done means the template can support API level 8 without this resource requirement.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100