Android Tutorial Create online theme

Hi,
I found a site that create style and theme for your app.
You can select color and views and android sdk and other
It return res folder for you that can use in your app.
For use theme in your project :
SetApplicationAttribute(android:theme, "@android:style/themename")

http://android-holo-colors.com/
 

Jeboiii

Member
Licensed User
Longtime User
It's not working. Did I miss something? SetApplicationAttribute(android:theme, "@android:style/MyAppTheme")
Here's the error message:

AndroidManifest.xml:14: error: Error: No resource found that matches the given name (at 'theme' with value '@android:style/MyAppTheme').
 

ac9ts

Active Member
Licensed User
Longtime User
It's a guess but removing "android:" fixed a similar problem I had with a different theme issue.

B4X:
SetApplicationAttribute(android:theme, "@style/MyAppTheme")
 

fabjj77

New Member
Licensed User
Hi,
I found a site that create style and theme for your app.
You can select color and views and android sdk and other
It return res folder for you that can use in your app.
For use theme in your project :
SetApplicationAttribute(android:theme, "@android:style/themename")

http://android-holo-colors.com/

hi
listen where i have to put res folder than i download from the website that you post before?
i custom theme i apply a my custom name at theme, also i download a zip file
inside zip file res folder.
so i try to put everywhere but not work
also i set SetApplicationAttribute(android:theme, "@android:style/themename")
but nothing
please can you help me?
 

Similar Threads

  • Locked
  • Article
Android Code Snippet [B4X] Light theme B4XDateTemplate
Replies
2
Views
8K
  • Article
Android Code Snippet Full Screen Theme
Replies
1
Views
10K
  • Article
Android Code Snippet Theme Colors
Replies
3
Views
29K
Top