Merge "Add a value for the dimensions of xlarge app icons."

This commit is contained in:
Ben Murdoch
2010-12-03 03:05:54 -08:00
committed by Android (Google) Code Review

View File

@@ -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>