SharedPreferences EditText dialog squashed on HTC WildFire
问题 I'm using SharedPreferences in my Android app in the standard way. On the HTC WildFire device (resolution 240x320), the EditText is squashed up when the virtual keyboard is displayed. Has anyone else come across this is there a solution? I've been stumped for days. My code/XML is pretty straightforward: public class PrefsActivity extends PreferenceActivity { /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) { super.onCreate