OSDN Git Service

Ensuring that we use the screen width more optimally in AllApps.
authorWinson Chung <winsonc@google.com>
Mon, 1 Jun 2015 21:38:24 +0000 (14:38 -0700)
committerWinson Chung <winsonc@google.com>
Fri, 5 Jun 2015 16:49:12 +0000 (09:49 -0700)
commit2c6e5ccbcd7c3f87e7e85029782440600dc0a3d8
treef181fbee9f46ddf18adc42a4d9c823ccd2f1b5fe
parenta56eab41fbfe26b185cc8240d50d231d0db41837
Ensuring that we use the screen width more optimally in AllApps.

- Fixing issue with prediction bar height being calculated incorrectly
- Fixing issue where the prediction bar divider was not drawn exactly
  between the bar and the first row of apps
- Removing padding to allow scrollbars to reach full height

Bug: 20222023
Bug: 21335377
Change-Id: I2c0614a36e2294d0d6184a6bff4847876ffe971e
res/layout/all_apps_container.xml
res/layout/all_apps_icon.xml
res/layout/all_apps_prediction_bar_icon.xml
res/values/dimens.xml
src/com/android/launcher3/BubbleTextView.java
src/com/android/launcher3/DeviceProfile.java
src/com/android/launcher3/FolderPagedView.java
src/com/android/launcher3/InvariantDeviceProfile.java
src/com/android/launcher3/Utilities.java
src/com/android/launcher3/allapps/AllAppsContainerView.java
src/com/android/launcher3/allapps/AllAppsGridAdapter.java