Skip to content

Commit

Permalink
style: 📝 format document
Browse files Browse the repository at this point in the history
  • Loading branch information
cworld1 committed Dec 19, 2023
1 parent c32b642 commit 8f0b92c
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ Android note App complies with Material You specifications, developed using Java
Environment requirements:

- [SDK](https://developer.android.com/tools/releases/platforms): Android 14.0 ("UpsideDownCake")
- Android SDK Platform 34
- Sources for Android 34
- Google APls Intel x86_64 Atom System Image

- Android SDK Platform 34
- Sources for Android 34
- Google APls Intel x86_64 Atom System Image

- [Android Gradle Plugin Version](https://developer.android.com/build/agp-upgrade-assistant): 8.1.4

Expand Down Expand Up @@ -52,18 +52,18 @@ Follow the [Google Java Style Guide](https://google.github.io/styleguide/javagui

### XML

- 2 space indentation
- Resource naming (including IDs) is `lowercase_with_underscores`
- Attribute ordering:
1. `xmlns:android`
2. other `xmlns:`
3. `android:id`
4. `style`
5. `android:layout_` attributes
6. `android:padding` attributes
7. other `android:` attributes
8. `app:` attributes
9. `tool:` attributes
- 2 space indentation
- Resource naming (including IDs) is `lowercase_with_underscores`
- Attribute ordering:
1. `xmlns:android`
2. other `xmlns:`
3. `android:id`
4. `style`
5. `android:layout_` attributes
6. `android:padding` attributes
7. other `android:` attributes
8. `app:` attributes
9. `tool:` attributes

## License

Expand Down

0 comments on commit 8f0b92c

Please sign in to comment.