Hi, all.
I have a PreferenceActivity that has a java side that is simple...
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
addPreferencesFromResource(R.layout.prefs);
}
But the activity doesn't respond to touch at all, until there is some
trackball movement (i.e. something gets highlighted), at which point
touch works fine. Does this ring a bell for anyone?
TIA.
Marc
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---