Open GoogleCodeExporter opened 9 years ago
Original comment by klinster...@gmail.com
on 26 Aug 2010 at 7:14
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
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
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
Original issue reported on code.google.com by
eugenioz...@gmail.com
on 24 Aug 2010 at 3:39