manisoni28 / adw-launcher-android

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

Option: disable drawer sliding pointer #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Type a detailed description about your request
Would be nice to have an option that let you choose whether to enable or 
disable the sliding pointer used in ther vertical drawer

Attach mock-ups/screenshots if you can.

Please provide any additional information below.

Original issue reported on code.google.com by eugenioz...@gmail.com on 24 Aug 2010 at 3:39

GoogleCodeExporter commented 8 years ago

Original comment by klinster...@gmail.com on 26 Aug 2010 at 7:14

GoogleCodeExporter commented 8 years ago
In an effort to familiarize myself with the ADW source I've implemented this 
simple feature request. My impl consists of a new checkbox option in the 
"Applications drawer visuals" section of the Drawer settings, two new variants 
of the old_drawer.xml resource, default value in config.xml, simply if block in 
Launcher.setupViews(), strings and AlmostNexusSettingsHelper boiler plate code. 
Tested with a build of standalone on a Droid X.

Original comment by powers...@gmail.com on 30 Aug 2010 at 5:44

GoogleCodeExporter commented 8 years ago
You could send your changes to Ander through github so that this could be 
included in the next version

Original comment by eugenioz...@gmail.com on 7 Sep 2010 at 9:11

GoogleCodeExporter commented 8 years ago
There's no need to change any xml for that.
If you've already added an option for it, just call 

mAllAppsGrid.setVerticalScrollBarEnabled(true/false)

inside the updateAlmostNexusUI function.

If you do, please send me a pull request :-)

Original comment by ander...@gmail.com on 9 Sep 2010 at 1:34