dragoon0x/everything-design-taste

android-design-patterns

Android design conventions, Material Design patterns, and Google platform-specific design.

First seen Jul 18, 2026

Installation

$ npx skills add dragoon0x/everything-design-taste --skill android-design-patterns

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from dragoon0x/everything-design-taste · top by installs.

npx skills add dragoon0x/everything-design-taste

Browse all from dragoon0x/everything-design-taste

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 11
License LICENSE
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,169 B
  • docs SUMMARY.md 121 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

Android Design Patterns

Material Design 3

  • Dynamic color: Color scheme derived from user's wallpaper.
  • Elevated surfaces: Tonal elevation (color shift, not just shadow).
  • Large touch targets: 48dp minimum.

Navigation

  • Bottom navigation bar (3-5 destinations).
  • Navigation drawer for 5+ destinations.
  • Top app bar: title + actions + navigation icon.
  • FAB (Floating Action Button) for primary creation action.

Components

  • Cards with rounded corners (12dp radius).
  • Chips for filters and selections.
  • Bottom sheets for secondary actions.
  • Snackbars for brief feedback (bottom of screen).

Typography

  • Roboto as system font (or product-specific typeface).
  • Type scale: Display, Headline, Title, Body, Label.

Key Differences from iOS

  • Back button in navigation bar (not edge swipe).
  • FAB for primary action (iOS uses nav bar buttons).
  • Bottom sheets more common than action sheets.
  • Hardware back button support.