OSDN Git Service

Fixing different bitmap sizes in different orientations
authorSunny Goyal <sunnygoyal@google.com>
Fri, 22 May 2015 19:25:45 +0000 (12:25 -0700)
committerSunny Goyal <sunnygoyal@google.com>
Thu, 4 Jun 2015 02:07:44 +0000 (19:07 -0700)
commit53d7ee4285842732517edcccbdcaa92dccb1e107
tree95f5a6520d621ab43c122ed37b7d12f45633b41e
parentf4fe7fc5449bbfcfa7e95c7f9040c81d833a1fdb
Fixing different bitmap sizes in different orientations

> Using a single bitmap icon size
> Picking up appropriate density for satisfy the required icon size
> Fixing some icon size assumptions during icon animations

Bug: 19514688
Change-Id: Ia7a1d0d2c03a9d39ccc241fa4ae3eb8a0f374585
14 files changed:
res/values-sw600dp/dimens.xml
res/values-sw720dp/dimens.xml
res/values/dimens.xml
src/com/android/launcher3/BubbleTextView.java
src/com/android/launcher3/FolderIcon.java
src/com/android/launcher3/Hotseat.java
src/com/android/launcher3/IconCache.java
src/com/android/launcher3/InvariantDeviceProfile.java
src/com/android/launcher3/Launcher.java
src/com/android/launcher3/LauncherAppWidgetProviderInfo.java
src/com/android/launcher3/LauncherModel.java
src/com/android/launcher3/PendingAppWidgetHostView.java
src/com/android/launcher3/Utilities.java
src/com/android/launcher3/widget/WidgetsContainerView.java