diff options
| -rw-r--r-- | core/res/res/values-xlarge/dimens.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/res/res/values-xlarge/dimens.xml b/core/res/res/values-xlarge/dimens.xml index fef3c13..c67bbb7 100644 --- a/core/res/res/values-xlarge/dimens.xml +++ b/core/res/res/values-xlarge/dimens.xml @@ -37,4 +37,7 @@ <dimen name="thumbnail_width">160dp</dimen> <!-- The height that is used when creating thumbnails of applications. --> <dimen name="thumbnail_height">100dp</dimen> + <!-- The standard size (both width and height) of an application icon that + will be displayed in the app launcher and elsewhere. --> + <dimen name="app_icon_size">64dip</dimen> </resources> |
