Custom themes in Tabrisjs 2?
See original GitHub issuehttp://eclipsesource.com/blogs/2015/07/03/tabris-js-1-1-sneak-peak-custom-themes-on-android/
I was using this method successfully but now it’s not working. No more custom theme options?
Also why not add colorPrimary
, colorPrimaryDark
and colorAccent
to tabris.ui
?
There can be tabris.ui.app
or tabris.ui.general
to set properties mentioned above
// something like this will be great
tabris.ui.app.colorPrimary = '#f00'
Issue Analytics
- State:
- Created 7 years ago
- Comments:12 (7 by maintainers)
Top Results From Across the Web
Custom themes on Android - Tabris.js
Creating and applying a custom Android theme only takes three simple steps: Create an Android theme declaration; Enable the Tabris.js cordova ...
Read more >Custom Splash Screen size - Tabris-JS - Stack Overflow
Per the Tabris.js issue tracker, the solution is to theme the android app with a color background on splash, and assume that the...
Read more >Tabris.js (@tabrisjs) / Twitter
A complete tutorial on creating a custom home screen widget plugin for the Android platform and how to use it in your Tabris.js...
Read more >Use themes to share colors and font styles | Flutter
To override the app-wide theme in part of an application, wrap a section of the app in a Theme widget. There are two...
Read more >Tabris.js 2 - Microsoft Apps
The Tabris.js developer app supports user in writing and testing Tabris.js apps. It allows them to explore widgets and examples and provides reference...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@maoamid only for Android.
Thanks, I was able to set custom theme. I will close this issue and in near future I will try to publish code with custom theme and splashscreen examples.