feat: Steps to hide homepage Create Button
on Automotive Layout
#3959
Labels
Feature request
Requesting a new feature that's not implemented yet
Feature description
Based on YouTube 19.45.38 version:
Open the file:
mba.smali
Go to the method:
public final void o(MenuItem menuItem)
Put the content of enum in a variable like this:
public static Enum<?> headerBarPivot;
Invoke the following integration method after
setOnClickListener()
, to hide the correct view:Motivation
The creation button is already hidden on the smartphone layout (with the notifications button next to the search button), but it is not hidden on the automotive one. This causes a patch consistency issue.
Acknowledgements
The text was updated successfully, but these errors were encountered: