summaryrefslogtreecommitdiffstats
path: root/res/layout/dialog_edittext.xml
Commit message (Collapse)AuthorAgeFilesLines
* Make Settings app aware of layout directionFabrice Di Meglio2012-07-241-2/+2
| | | | | | - see bug #5429822 UI should be mirrored for RTL locales (Arabic, Hebrew, farsi) Change-Id: I696c0f66a16640af767da3c05b5d300fd2284ecb
* Fix IME soft keyboard for Bluetooth rename device dialog.Jake Hamby2012-03-131-0/+1
| | | | | | | | | | | | | | | | | The soft keyboard should automatically pop up when the user selects the Bluetooth rename device menu item. Fixed by calling setSoftInputMode(SOFT_INPUT_STATE_ALWAYS_VISIBLE) on the Window containing the AlertDialog before showing. The device name field should also be a single line field, with the Done button causing the device to be renamed. Set the "singleLine" attribute in the layout XML to true, and added a TextView.OnEditorActionListener to set the device name and dismiss the dialog for EditorInfo.IME_ACTION_DONE. Bug: 5342542 Bug: 5343354 Change-Id: I550d8e9a59395ad66f8a9c11d29c0f2ef278c196
* Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-081-1/+1
| | | | Bug: #2361749.
* Cap the length of dictionary words to keep TextView from exploding.Eric Fischer2009-08-211-1/+2
| | | | Bug 1994172
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+29
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-29/+0
|
* auto import from //branches/cupcake/...@127436The Android Open Source Project2009-01-221-0/+29