|
|
@@ -411,7 +411,7 @@ public class ActionBarHelper extends Helper {
|
|
|
*/
|
|
|
actionBar.setCustomView(view, new ActionBar.LayoutParams(ActionBar.LayoutParams.MATCH_PARENT, ActionBar.LayoutParams.MATCH_PARENT));
|
|
|
|
|
|
- actionBar.setDisplayOptions(androidx.appcompat.app.ActionBar.DISPLAY_SHOW_CUSTOM);
|
|
|
+ actionBar.setDisplayOptions(android.support.v7.app.ActionBar.DISPLAY_SHOW_CUSTOM);
|
|
|
actionBar.setElevation(0);
|
|
|
}
|
|
|
|