I've compiled Trebuchet launcher from CyanogenMod 9, and trying to install it with adb:
$ adb install out/target/product/generic/system/app/Trebuchet.apk
3986 KB/s (7870141 bytes in 1.928s)
pkg: /data/local/tmp/Trebuchet.apk
Failure [INSTALL_FAILED_UPDATE_INCOMPATIBLE]
I …
Does anyone have access to a list of the default colours used in the Holo them (light and dark) on Android 4.0?
I'm looking for things like list backgrounds, primary and secondary text, ActionBar, etc.
Google gives some examples at the …
I'm developing an app using Android 4.0 ICS and fragments.
Consider this modified example from the ICS 4.0.3 (API level 15) API's demo example app:
public class FragmentTabs extends Activity {
private static final String TAG = FragmentTabs.class.getSimpleName();
@Override
protected void onCreate(Bundle …