commit | 861eff4c626d67d4f98437193191c5296fa45bc0 | [log] [tgz] |
---|---|---|
author | Daniel Lehmann <lehmannd@google.com> | Mon Feb 22 16:17:29 2010 -0800 |
committer | Daniel Lehmann <lehmannd@google.com> | Mon Feb 22 16:17:29 2010 -0800 |
tree | 3366724357258effd726848744c6deb491985864 | |
parent | 2758a1df34acae008139cf858c94f8fbaa5f4bde [diff] [blame] |
Fixed: Make items selectable via track ball Fixed: Set correct item in display order dialog Change-Id: I040b33f782224a226a59687e23b0a479f1887c74
diff --git a/src/com/android/contacts/ContactOptionsActivity.java b/src/com/android/contacts/ContactOptionsActivity.java index f93ddf8..38090aa 100644 --- a/src/com/android/contacts/ContactOptionsActivity.java +++ b/src/com/android/contacts/ContactOptionsActivity.java
@@ -63,6 +63,7 @@ setContentView(R.layout.contact_options); View ringtoneLayout = findViewById(R.id.ringtone); + ringtoneLayout.setFocusable(true); ringtoneLayout.setOnClickListener(this); TextView label = (TextView)findViewById(R.id.label); label.setText(getString(R.string.label_ringtone));