summaryrefslogtreecommitdiffstats
path: root/tests/res/layout
Commit message (Collapse)AuthorAgeFilesLines
* Fix Bluetooth enable dialog to match Android style guide.Jake Hamby2012-11-201-3/+3
| | | | | | | | | | | | | When an app requests to enable Bluetooth and/or Bluetooth discovery, we show a dialog for user confirmation. Remove the dialog title, update the message text and button labels to be more descriptive, and use the standard dialog layout instead of a custom layout. Also fixes the button layout on the Bluetooth permission test app so that the "Discoverable" button doesn't wrap to two lines. Bug: 6001468 Change-Id: I731e2f31b4c822395fc3f83584a092550d9ae7d3
* merge from open-source masterThe Android Open Source Project2010-06-112-0/+44
|\ | | | | | | Change-Id: I7d167c97600bbf25e2ed8872cffecd9fa5b1db7c
| * Settings: Add a hook for operator or vendor specific settings.Anders Hammar12010-06-112-0/+44
| | | | | | | | | | | | | | | | The Settings application now provides a hook that can be used by an operator or a vendor specific application to add an activity of choice in the settings menu. Change-Id: Id55da9fd4262bbfc6a5abf863799c747b0d75b24
* | b/2310373 Show pairing dialogs if the device has been scanning for bt ↵Michael Chan2010-03-031-1/+7
| | | | | | | | | | | | devices recently. Change-Id: Iec9eb37a5e79b63cc3cf226e2ead6d9ed06d56a6
* | Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-081-4/+4
|/ | | | Bug: #2361749.
* b/2234854 Fixed Bluetooth API return codes for requesting permission to ↵Michael Chan2009-11-051-0/+46
enable bluetooth Also added test app.