aboutsummaryrefslogtreecommitdiffstats
path: root/res/values-v14
Commit message (Collapse)AuthorAgeFilesLines
* Add preference to control action bar autohide.Torne Wuff2014-10-171-1/+0
| | | | Disabled by default so that people will be able to find the menu.
* Make v14 styles match v11.Torne (Richard Coles)2012-11-111-0/+6
| | | | | | The revert of the previous change to disable targeting v14 left the styles inconsistent making the action bar not an overlay. Fix by copying the style changes over.
* Revert "Undo updating the target SDK."Kenny Root2012-10-281-0/+24
| | | | | | Updated the build server with all the right SDKs. This reverts commit 7e55e7a846cbc86cb8e47cd04343218988a32093.
* Undo updating the target SDK.Torne (Richard Coles)2012-10-271-24/+0
| | | | | | | | | The ConnectBot buildbot doesn't have SDK 15 installed on it yet. Set the target back to SDK 11 (and drop the DeviceDefault theme change that requires it). We can still set the target SDK to 15 in the manifest as that doesn't need the new SDK at build time. This reverts commit 358b128df874166ab009240de4101dfb1665279c.
* Update to target API 15 (ICS 4.0.3).Torne (Richard Coles)2012-10-271-0/+24
This disables various compatibility features that we don't want, and allows hardware acceleration to be enabled by default on ICS (explicitly enabling it may have adverse effects on some HC devices). Also, for API 14 and above, use the DeviceDefault theme rather than explicitly using Holo, as this makes it look better with devices with manufacturer-customised themes.