rizwan3d / adw-launcher-android

Automatically exported from code.google.com/p/adw-launcher-android
1 stars 0 forks source link

In preview screen LAB and RAB are not hidden #149

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Show the preview screen

What is the expected output? What do you see instead?
LAB and RAB remain on screen (they should be hidden?)

What version of the product are you using? On what phone? What Android
version?
ADW 1.1.5 Standalone Donut on Samsung Galaxy I7500, Android 1.6 Donut (Samsung 
original ROM)

Original issue reported on code.google.com by daniele....@gmail.com on 9 Sep 2010 at 7:45

GoogleCodeExporter commented 9 years ago
I'm not noticing this, but I'm also using a Dream/G1 on 2.2 Maybe someone else 
can confirm?

Original comment by JAguirre1231 on 10 Sep 2010 at 1:21

GoogleCodeExporter commented 9 years ago
Hi,
I've found that changing "drwToolbar.setVisibility(View.GONE);" to 
"drwToolbar.setVisibility(View.INVISIBLE);" in 
org.adw.launcher_donut/Launcher.java -> private void hideDesktop(boolean 
enable) the toolbar with LAB and RAB is hidden and showed correctly on my 
device. I don't know what happens changing that on other devices...

Original comment by daniele....@gmail.com on 19 Oct 2010 at 8:56