Reputation: 941
Is there is any variant to create custom UI in Android 2.2 or Android 2.3.3 so that it looks like in Android 4.0?
Upvotes: 1
Views: 328
Reputation: 8390
You may find the resources used by any version of Android at ../your_sdk_path/platforms/android-xx/data/res/
path, if you have previously downloaded this xx
package with Android SDK Manager. For example, Android 4.0.3 resources could be found in ../your_sdk_path/platforms/android-15/data/res/
dir.
Upvotes: 3