Firefly Open Source Community

Title: How I can remove bottom toolbar from android [Print This Page]

Author: KrunalShah    Time: 2/20/2018 12:30
Title: How I can remove bottom toolbar from android
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?
Author: leung先森    Time: 2/23/2018 14:32
u mean how to hide the navigation bar ?
or keep the bar and just remove the button u want ?
Author: KrunalShah    Time: 2/27/2018 13:39
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?
Author: leung先森    Time: 2/27/2018 14:33
KrunalShah Posted at 2/27/2018 13:39
Yes,That will work,too.
How can I hide navigation bar?

Settings-> display -> Show StatusBar
Author: KrunalShah    Time: 2/28/2018 17:51
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?
Author: leung先森    Time: 3/1/2018 09:31
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
Author: KrunalShah    Time: 3/6/2018 11:55
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
Author: KrunalShah    Time: 3/7/2018 12:16
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?




Welcome Firefly Open Source Community (https://bbs.t-firefly.com/) Powered by Discuz! X3.1