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

Commit 04907eea authored by Hyunyoung Song's avatar Hyunyoung Song Committed by Sunny Goyal
Browse files

[DO NOT MERGE] updateOverlayBounds no longer rely on LauncherCallback method

mFixedSearchBarBounds is no longer used.

b/25255451

Change-Id: I3e2f7511c7a418f211a8b17a62b98f2736dfc91d
parent f4c0f7d2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -18,4 +18,6 @@
<!-- QSB -->
    <dimen name="toolbar_button_vertical_padding">8dip</dimen>
    <dimen name="toolbar_button_horizontal_padding">0dip</dimen>
     <!-- Container -->
     <item name="container_margin" format="fraction" type="fraction">12%</item>
</resources>
+4 −0
Original line number Diff line number Diff line
@@ -18,4 +18,8 @@
<!-- QSB -->
    <dimen name="toolbar_button_vertical_padding">12dip</dimen>
    <dimen name="toolbar_button_horizontal_padding">20dip</dimen>

<!-- Container -->
     <dimen name="container_max_width">736dp</dimen>

</resources>
+4 −1
Original line number Diff line number Diff line
@@ -15,6 +15,9 @@
-->

<resources>
    <!-- Container -->
    <dimen name="container_min_margin">16dp</dimen>

    <!-- All Apps -->
    <dimen name="all_apps_grid_view_start_margin">0dp</dimen>
    <dimen name="all_apps_grid_section_text_size">26sp</dimen>
+21 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2016 The Android Open Source Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
-->

<resources>
<!-- Container -->
    <dimen name="container_max_width">736dp</dimen>

</resources>
 No newline at end of file
+4 −1
Original line number Diff line number Diff line
@@ -60,6 +60,10 @@
    <dimen name="toolbar_button_horizontal_padding">12dip</dimen>

<!-- Container -->
    <item name="container_margin" format="fraction" type="fraction">0%</item>
    <dimen name="container_min_margin">8dp</dimen>
    <dimen name="container_max_width">0dp</dimen>

    <!-- Note: This needs to match the fixed insets for the search box. -->
    <dimen name="container_bounds_inset">8dp</dimen>
    <!-- Notes: container_bounds_inset - quantum_panel_outer_padding -->
@@ -160,5 +164,4 @@
<!-- Pending widget -->
    <dimen name="pending_widget_min_padding">8dp</dimen>
    <dimen name="pending_widget_elevation">2dp</dimen>

</resources>
Loading