mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 08:16:49 +00:00
Fix searchbox font and other specs
Bug: 187654557 Test: manual, see attached image on the bug Change-Id: I570df1bcc926258ca406810ea10b3d1fdd3cd2ec
This commit is contained in:
@@ -151,12 +151,10 @@ public class AllAppsContainerView extends SpringRelativeLayout implements DragSo
|
||||
R.dimen.dynamic_grid_cell_border_spacing);
|
||||
mHeaderTopPadding = context.getResources()
|
||||
.getDimensionPixelSize(R.dimen.all_apps_header_top_padding);
|
||||
int accentColor = Themes.getColorAccent(getContext());
|
||||
mHeaderProtectionColor = ColorUtils.blendARGB(mScrimColor, accentColor, .3f);
|
||||
mHeaderProtectionColor = context.getColor(R.color.all_apps_tab_bg);
|
||||
|
||||
mLauncher.addOnDeviceProfileChangeListener(this);
|
||||
|
||||
|
||||
mSearchAdapterProvider = mLauncher.createSearchAdapterProvider(this);
|
||||
mSearchQueryBuilder = new SpannableStringBuilder();
|
||||
Selection.setSelection(mSearchQueryBuilder, 0);
|
||||
|
||||
Reference in New Issue
Block a user