Firefly Open Source Community

   Login   |   Register   |
New_Topic
Print Previous Topic Next Topic

How I can remove bottom toolbar from android

240

Credits

0

Prestige

0

Contribution

intermediate

Rank: 3Rank: 3

Credits
240

How I can remove bottom toolbar from android

Posted at 2/20/2018 12:30:19      View:4127 | Replies:7        Print      Only Author   [Copy Link] 1#
Hello,
I am working on a project which requires to remove the bottom toolbar(Three buttons: back,home and kill all the application).For that what changes I need to make in android source code?
Reply

Use props Report

792

Credits

10

Prestige

10

Contribution

advanced

Rank: 4

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

Use props Report

240

Credits

0

Prestige

0

Contribution

intermediate

Rank: 3Rank: 3

Credits
240
Posted at 2/27/2018 13:39:24        Only Author  3#
leung先森 Posted at 2/23/2018 14:32
u mean how to hide the navigation bar ?
or keep the bar and just remove the button u want ?

Yes,That will work,too.
How can I hide navigation bar?
Reply

Use props Report

792

Credits

10

Prestige

10

Contribution

advanced

Rank: 4

Credits
792
Posted at 2/27/2018 14:33:41        Only Author  4#
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

240

Credits

0

Prestige

0

Contribution

intermediate

Rank: 3Rank: 3

Credits
240
Posted at 2/28/2018 17:51:06        Only Author  5#
leung先森 Posted at 2/27/2018 14:33
Settings-> display -> Show StatusBar

No, I want to do this from firmware side. Please suggest what can be done from firmware side to hide the toolbar?
Reply

Use props Report

792

Credits

10

Prestige

10

Contribution

advanced

Rank: 4

Credits
792
Posted at 3/1/2018 09:31:50        Only Author  6#
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

240

Credits

0

Prestige

0

Contribution

intermediate

Rank: 3Rank: 3

Credits
240
Posted at 3/6/2018 11:55:45        Only Author  7#
leung先森 Posted at 3/1/2018 09:31
try this . if cannot work, search the key word above to modify

Thanx, let me try this first
Reply

Use props Report

240

Credits

0

Prestige

0

Contribution

intermediate

Rank: 3Rank: 3

Credits
240
Posted at 3/7/2018 12:16:54        Only Author  8#
leung先森 Posted at 3/1/2018 09:31
try this . if cannot work, search the key word above to modify

I tried this but it is not working.Do we have any other way?
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