kaloyan-raev/eclipse-ui-tips

Apply the default theme for the targeted platform

Closed this issue · 1 comments

Currently, the app uses the default theme for Android 2.2 - white text on black screen. This is regardless the actual version of the Android platform the application is running on.

The application should use the default theme for the version of the platform it actually is installed on.

This requires adding the Support Library and using the targetSdkVersion attribute in the manifest.
See: http://developer.android.com/tools/extras/support-library.html#Using