titanium - Android - Material Theme -


i'm trying implement material theme sdk 4.0.0. here issues have:

  1. 9 patch splash (background.9.png) isn't displayed correctly. worked fine before (logo centered white background, no black spots).

enter image description here

  1. 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?

  1. 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?

  2. can remove default tab divider , add shadow underneath tabs google play store app's?

  3. 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?

  1. 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.
  2. you can define multiple themes , use theme property in createwindow() select one.
  3. android's new material design theme has limited options in can style. see https://developer.android.com/training/material/theme.html
  4. see previous
  5. not sure 1 did check http://docs.appcelerator.com/platform/latest/#!/guide/sending_and_scheduling_push_notifications-section-43298780_sendingandschedulingpushnotifications-icon?

Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -