Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 93573f01 authored by Samuel Fufa's avatar Samuel Fufa Committed by Android (Google) Code Review
Browse files

Merge "[Search][Keyboard] Update default allApps vertical transition inset" into sc-dev

parents c61e393f 3722bb56
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -84,7 +84,7 @@
    <dimen name="fastscroll_end_margin">-26dp</dimen>

    <!-- All Apps -->
    <dimen name="all_apps_open_vertical_translate">96dp</dimen>
    <dimen name="all_apps_open_vertical_translate">300dp</dimen>
    <dimen name="all_apps_search_bar_field_height">48dp</dimen>
    <dimen name="all_apps_search_bar_bottom_padding">30dp</dimen>
    <dimen name="all_apps_empty_search_message_top_offset">40dp</dimen>
+1 −1
Original line number Diff line number Diff line
@@ -197,7 +197,7 @@ public class AllAppsTransitionController
    /**
     * Updates the total scroll range but does not update the UI.
     */
    void setScrollRangeDelta(float delta) {
    public void setScrollRangeDelta(float delta) {
        mScrollRangeDelta = delta;
        mShiftRange = mLauncher.getDeviceProfile().heightPx - mScrollRangeDelta;
    }