titanium - Android - Material Theme -
i'm trying implement material theme sdk 4.0.0. here issues have:
- 9 patch splash (background.9.png) isn't displayed correctly. worked fine before (logo centered white background, no black spots).

- here custom theme:
<style name="mymaterial" parent="@style/theme.appcompat.light.darkactionbar"> <item name="colorprimary">#4caf50</item> <item name="colorprimarydark">#388e3c</item> </style> there windows opened dynamically want have different colorprimary/colorprimarydark defaults above. possible?
my app uses tab group. there underline underneath active tab. want change underline's color #ffffff without affecting other controls' active color. unfortunately coloraccent affects controls' color. should do?
can remove default tab divider , add shadow underneath tabs google play store app's?
my app uses push notification. specify appicon.png notification's icon. upgraded sdk 4.0.0 material theme, appicon shown in notification becomes white. can show regular appicon instead?
- since android 5.0, need provide until optional padding box nine-patch images. newest version of ticons cli generates you: http://npmjs.com/package/ticons. need black pixels on bottom , right side of image, except bottom left + right , top right pixel.
- you can define multiple themes , use
themeproperty increatewindow()select one. - android's new material design theme has limited options in can style. see https://developer.android.com/training/material/theme.html
- see previous
- not sure 1 did check http://docs.appcelerator.com/platform/latest/#!/guide/sending_and_scheduling_push_notifications-section-43298780_sendingandschedulingpushnotifications-icon?
Comments
Post a Comment