OSDN Git Service

Taping the dialed number allows editing.
authorNicolas Catania <niko@google.com>
Thu, 1 Oct 2009 20:00:53 +0000 (13:00 -0700)
committerNicolas Catania <niko@google.com>
Fri, 2 Oct 2009 17:21:04 +0000 (10:21 -0700)
commit3040fa308c481fdc9ebba8c158ba051df1eac766
tree793dde20f690d4a81dbcb900dfc12de5eb3b137a
parentf1b30aae6adcdd3b32536f66b03ff27901a776f2
Taping the dialed number allows editing.

Previously, taping the dialed number used to dial the number.
Now if non-empty, a cursor shows up at the tap location.
The user can then use the dialpad to delete/insert new numbers.

The previous version of the selectors that drive the number background
has been moved to the non finger drawable because they show the right
background when focused.
In touch mode, the background does not change when focused.

Bug:2160189
res/drawable-finger/btn_dial_textfield.xml
res/drawable-finger/btn_dial_textfield_active.xml
res/drawable/btn_dial_textfield.xml [new file with mode: 0644]
res/drawable/btn_dial_textfield_active.xml [new file with mode: 0644]
res/layout-finger/twelve_key_dialer.xml
res/layout-long-finger/twelve_key_dialer.xml
src/com/android/contacts/TwelveKeyDialer.java