Merge "Fixing oav text overlap." into ub-launcher3-rvc-qpr-dev

This commit is contained in:
TreeHugger Robot 2020-07-23 22:26:16 +00:00 committed by Android (Google) Code Review
commit 6039c70261
1 changed files with 1 additions and 3 deletions

View File

@ -17,9 +17,7 @@
<com.android.quickstep.views.OverviewActionsView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="@dimen/overview_actions_height"
android:layout_gravity="center_horizontal|bottom"
android:layout_marginLeft="@dimen/overview_actions_horizontal_margin"
android:layout_marginRight="@dimen/overview_actions_horizontal_margin">
android:layout_gravity="center_horizontal|bottom">
<LinearLayout
android:id="@+id/action_buttons"