Merge "Reduces vertical padding of predicted apps in All Apps." into tm-qpr-dev

This commit is contained in:
Andy Wickham
2022-09-21 17:25:39 +00:00
committed by Android (Google) Code Review
5 changed files with 20 additions and 7 deletions

View File

@@ -272,7 +272,8 @@ public class FloatingHeaderView extends LinearLayout implements
}
mMaxTranslation += mFloatingRowsHeight;
if (!mTabsHidden) {
mMaxTranslation += mTabsAdditionalPaddingBottom;
mMaxTranslation += mTabsAdditionalPaddingBottom
+ getResources().getDimensionPixelSize(R.dimen.all_apps_tabs_margin_top);
}
}