Home > Mobile >  For help with gap next to the title bar..
For help with gap next to the title bar..

Time:11-02

Emmm.. I don't know how to describe it.
Using a textview fill after the parent form.. Where did not find the action has two white set padding this stuff..
Written bosses here described is not clear place please bosses also puts forward/burke. I would describe again.


CodePudding user response:

You need to call the setDisplayOptions (DISPLAY_SHOW_CUSTOM)

CodePudding user response:

The direct actionbar removed not only simple but also there will be no problem

CodePudding user response:

Settings
 
The Toolbar parent=(Toolbar) actionBar. GetCustomView (). The getParent ();
The parent. SetPadding (0, 0, 0, 0);
The parent. SetContentInsetsAbsolute (0, 0);
  • Related