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

Commit b8f00da8 authored by Sunny Goyal's avatar Sunny Goyal Committed by Android (Google) Code Review
Browse files

Merge "Removing dependency on LauncherCallbacks for getting the search bounds"...

Merge "Removing dependency on LauncherCallbacks for getting the search bounds" into ub-launcher3-calgary
parents 4ddc4013 05c8c57f
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -22,6 +22,8 @@
    android:id="@+id/apps_view"
    android:id="@+id/apps_view"
    android:layout_width="match_parent"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:layout_height="match_parent"
    android:paddingTop="@dimen/container_bounds_inset"
    android:paddingBottom="@dimen/container_bounds_inset"
    android:orientation="vertical"
    android:orientation="vertical"
    launcher:revealBackground="@drawable/quantum_panel_shape">
    launcher:revealBackground="@drawable/quantum_panel_shape">


+2 −0
Original line number Original line Diff line number Diff line
@@ -22,6 +22,8 @@
    android:id="@+id/widgets_view"
    android:id="@+id/widgets_view"
    android:layout_width="match_parent"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:layout_height="match_parent"
    android:paddingTop="@dimen/container_bounds_inset"
    android:paddingBottom="@dimen/container_bounds_inset"
    android:descendantFocusability="afterDescendants"
    android:descendantFocusability="afterDescendants"
    launcher:revealBackground="@drawable/quantum_panel_shape_dark">
    launcher:revealBackground="@drawable/quantum_panel_shape_dark">


+3 −0
Original line number Original line Diff line number Diff line
@@ -18,4 +18,7 @@
<!-- QSB -->
<!-- QSB -->
    <dimen name="toolbar_button_vertical_padding">8dip</dimen>
    <dimen name="toolbar_button_vertical_padding">8dip</dimen>
    <dimen name="toolbar_button_horizontal_padding">0dip</dimen>
    <dimen name="toolbar_button_horizontal_padding">0dip</dimen>

<!-- Container -->
     <item name="container_margin" format="fraction" type="fraction">12%</item>
</resources>
</resources>
+3 −0
Original line number Original line Diff line number Diff line
@@ -15,6 +15,9 @@
-->
-->


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

<!-- All Apps -->
<!-- All Apps -->
    <dimen name="all_apps_grid_view_start_margin">0dp</dimen>
    <dimen name="all_apps_grid_view_start_margin">0dp</dimen>
    <dimen name="all_apps_grid_section_text_size">26sp</dimen>
    <dimen name="all_apps_grid_section_text_size">26sp</dimen>
+3 −0
Original line number Original line Diff line number Diff line
@@ -67,6 +67,9 @@
    <dimen name="container_fastscroll_popup_size">72dp</dimen>
    <dimen name="container_fastscroll_popup_size">72dp</dimen>
    <dimen name="container_fastscroll_popup_text_size">48dp</dimen>
    <dimen name="container_fastscroll_popup_text_size">48dp</dimen>


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

<!-- All Apps -->
<!-- All Apps -->
    <dimen name="all_apps_button_scale_down">0dp</dimen>
    <dimen name="all_apps_button_scale_down">0dp</dimen>
    <dimen name="all_apps_grid_view_start_margin">0dp</dimen>
    <dimen name="all_apps_grid_view_start_margin">0dp</dimen>
Loading