Firefly Open Source Community

   Login   |   Register   |
New_Topic
Print Previous Topic Next Topic

How I can remove bottom toolbar from android

792

Credits

10

Prestige

10

Contribution

advanced

Rank: 4

Credits
792
Posted at 2/23/2018 14:32:18      1#
u mean how to hide the navigation bar ?
or keep the bar and just remove the button u want ?
Reply

Use props Report

792

Credits

10

Prestige

10

Contribution

advanced

Rank: 4

Credits
792
Posted at 2/27/2018 14:33:41      2#
KrunalShah Posted at 2/27/2018 13:39
Yes,That will work,too.
How can I hide navigation bar?

Settings-> display -> Show StatusBar
Reply

Use props Report

792

Credits

10

Prestige

10

Contribution

advanced

Rank: 4

Credits
792
Posted at 3/1/2018 09:31:50      3#
Last edited by leung先森 In 3/1/2018 09:32 Editor
KrunalShah Posted at 2/28/2018 17:51
No, I want to do this from firmware side. Please suggest what can be done from firmware side to hi ...
  1. frameworks/base/packages/SettingsProvider/res/values/defaults.xml
  2.    <!-- should show the hidebar button default -->
  3.     <bool name="def_hidebar_button_show">true</bool>                                                                                          
  4.         <!-- statusbar is show -->
  5.         <bool name="def_statusbar_show">false</bool>
Copy the code

try this . if cannot work, search the key word above to modify
Reply

Use props Report

You need to log in before you can reply Login | Register

This forum Credits Rules

Quick Reply Back to top Back to list