Android 1.5 Features & UI Update
The Android Developers forum has a full list of Android 1.5 features.
There are some UI element updates that may break the layout of some existing Android apps:
You can see in this example that the buttons and checkboxes have a new appearance. Even though these changes do not affect binary nor source compatibility, they might still break the UI of your apps. As part of the UI refresh, the minimum size of some of the widgets has changed. For instance, Android 1.1 buttons have a minimum size of 44×48 pixels whereas Android 1.5 buttons now have a minimum size of 24×48 pixels
From source: UI Framework changes in Android 1.5
No Comments Yet