Get native android system colors
npm install @tanishqmanuja/capacitor-system-colors
npx cap sync
get(options: { id: string; }) => Promise<{ color: string; }>
Param | Type |
---|---|
options |
{ id: string; } |
Returns: Promise<{ color: string; }>
🎨 Get native colors i.e. android.R.color.{id} from your capacitor app.
Java
Get native android system colors
npm install @tanishqmanuja/capacitor-system-colors
npx cap sync
get(options: { id: string; }) => Promise<{ color: string; }>
Param | Type |
---|---|
options |
{ id: string; } |
Returns: Promise<{ color: string; }>