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

Commit c80a024f authored by Winson Chung's avatar Winson Chung Committed by Android (Google) Code Review
Browse files

Merge "Initial changes to tweak layout." into ub-launcher3-calgary

parents 4dcb8313 1f064272
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -44,7 +44,8 @@
            android:id="@+id/hotseat"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:layout_gravity="right" />
            android:layout_gravity="right"
            launcher:layout_ignoreInsets="true" />

        <include
            android:id="@+id/drop_target_bar"
@@ -56,7 +57,7 @@

        <com.android.launcher3.pageindicators.PageIndicatorCaretLandscape
            android:id="@+id/page_indicator"
            android:layout_width="48dp"
            android:layout_width="@dimen/dynamic_grid_page_indicator_height"
            android:layout_height="@dimen/dynamic_grid_page_indicator_height"
            android:layout_gravity="bottom|left"/>

+2 −1
Original line number Diff line number Diff line
@@ -45,7 +45,8 @@
        <include layout="@layout/hotseat"
            android:id="@+id/hotseat"
            android:layout_width="match_parent"
            android:layout_height="match_parent" />
            android:layout_height="match_parent"
            launcher:layout_ignoreInsets="true" />

        <include layout="@layout/overview_panel"
            android:id="@+id/overview_panel"
+2 −1
Original line number Diff line number Diff line
@@ -44,7 +44,8 @@
        <include layout="@layout/hotseat"
            android:id="@+id/hotseat"
            android:layout_width="match_parent"
            android:layout_height="match_parent" />
            android:layout_height="match_parent"
            launcher:layout_ignoreInsets="true" />

        <include
            android:id="@+id/drop_target_bar"
+2 −6
Original line number Diff line number Diff line
@@ -22,8 +22,6 @@
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical"
    android:paddingBottom="@dimen/container_bounds_inset"
    android:paddingTop="@dimen/container_bounds_inset"
    launcher:revealBackground="@drawable/quantum_panel_shape">

    <View
@@ -62,12 +60,10 @@
            android:layout_width="match_parent"
            android:layout_height="@dimen/all_apps_search_bar_height"
            android:layout_gravity="center|top"
            android:paddingLeft="@dimen/container_fastscroll_thumb_max_width"
            android:paddingRight="@dimen/container_fastscroll_thumb_max_width"
            android:paddingTop="@dimen/all_apps_search_bar_margin_top"
            android:gravity="center|bottom"
            android:orientation="horizontal"
            android:saveEnabled="false"
            android:paddingTop="@dimen/all_apps_search_bar_margin_top" >
            android:saveEnabled="false">

            <TextView
                android:layout_width="wrap_content"
+2 −3
Original line number Diff line number Diff line
@@ -21,8 +21,7 @@
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_gravity="center"
    android:paddingTop="@dimen/all_apps_icon_top_bottom_padding"
    android:paddingBottom="@dimen/all_apps_icon_top_bottom_padding"
    android:focusable="true"
    launcher:iconDisplay="all_apps" />
    launcher:iconDisplay="all_apps"
    launcher:centerVertically="true" />
Loading