OSDN Git Service

resolve merge conflicts of 9311387 to ub-launcher3-master
authorTony Wickham <twickham@google.com>
Wed, 28 Sep 2016 21:40:28 +0000 (14:40 -0700)
committerTony Wickham <twickham@google.com>
Wed, 28 Sep 2016 21:40:28 +0000 (14:40 -0700)
Change-Id: I449cd2c91c2906f04ebf844eab2d02befaeb2f4d

1  2 
res/values/dimens.xml
src/com/android/launcher3/Launcher.java
src/com/android/launcher3/allapps/AllAppsTransitionController.java

           also happens to equal 19dp-->
      <dimen name="deep_shortcuts_arrow_horizontal_offset">19dp</dimen>
  
 +<!-- Touch handling -->
 +    <dimen name="edge_of_screen_threshold">8dp</dimen>
++
+ <!-- Other -->
+     <!-- Approximates the system status bar height. Not guaranteed to be always be correct. -->
+     <dimen name="status_bar_height">24dp</dimen>
  </resources>