summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Allow overriding button layouts similar to the container by specifying theSteve Slaven2011-01-031-4/+33
| | | | | | nested id we need to use as the real button, resize background based on our height since that is the only known value we have and it helps for tiling backgrounds
* Adding smoother class to try and stop the drag jitter, currently it doesSteve Slaven2011-01-012-2/+118
| | | | not smoothing but should allow swapping out smoothing ideas pretty easy
* Correctly handle hiding background for button_container views created fromSteve Slaven2010-12-281-3/+20
| | | | xml that have been nested inside another viewgroup
* Pop getting started before we hide first timeSteve Slaven2010-12-281-5/+5
|
* Add real menu so people may see "help" quicker instead of digging in theSteve Slaven2010-12-281-1/+30
| | | | prefs
* Add help/getting started documentsSteve Slaven2010-12-273-0/+109
|
* Allow specifying the button container id in the theme config if you want toSteve Slaven2010-12-271-22/+28
| | | | wrap it up in an override xml layout
* Allow specifying tiling modes in the theme config, allow overriding theSteve Slaven2010-12-272-3/+86
| | | | | button container view with some kind of wrapper view and specifying the actual view group to add buttons to
* Add theme flags to resize background the same way we resize icons soSteve Slaven2010-12-272-1/+44
| | | | everything is the same size
* Remove unused importsSteve Slaven2010-12-233-12/+0
|
* Initial commitv3.00Steve Slaven2010-12-238-0/+1931