Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
timfreiheit committed Mar 9, 2016
1 parent 40b06c1 commit dcdd507
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,14 @@ buildTypeLauncherIcon {
runOnBuildTypes = ['debug', 'alpha', 'beta', 'gamma'] // default
}
```
```

The launcher icon must have the following dimensions depending on the density

| Density | Dimensions |
| --------|---------|
| ldpi | 36 * 36 |
| mdpi | 48 * 48 |
| hdpi | 72 * 72 |
| xhdpi | 96 * 96 |
| xxhdpi | 144 * 144 |

0 comments on commit dcdd507

Please sign in to comment.