Chris A
Posts: 0
Joined: Tue Feb 11, 2014 2:25 pm

How can I implement NativeDroid themes?

I'd like to use these JQM themes, but I guess I need to overwrite some files. How can I do that?

http://nativedroid.godesign.ch/

http://nativedroid.godesign.ch/demo/g...

Thanks

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

How can I implement NativeDroid themes?

Hello! Download theme you need and use as shown here http://docs.appery.io/documentation/u...

Chris A
Posts: 0
Joined: Tue Feb 11, 2014 2:25 pm

How can I implement NativeDroid themes?

Hi Maryna,

it doesn't seem to be working... can you maybe try doing it? I think it's quite a popular theme.

Thanks

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

How can I implement NativeDroid themes?

Hi Chris,

What exactly doesn't work? Did you add CSS for your theme?

Chris A
Posts: 0
Joined: Tue Feb 11, 2014 2:25 pm

How can I implement NativeDroid themes?

Yes, but I think more steps are required. Unfortunately I have no experinece with theming and the NativeDroid's instructions are not very clear. I guess for you it's very easy? http://nativedroid.godesign.ch/demo/g...

Thanks a lot

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

How can I implement NativeDroid themes?

Chris,

Do you have any specific question? Did you follow all the instructions? How did you add the theme? Did you add any extra CSS?

Chris A
Posts: 0
Joined: Tue Feb 11, 2014 2:25 pm

How can I implement NativeDroid themes?

According to the instructions, the following css files must be referenced (and it can be seen in this example http://nativedroid.godesign.ch/demo/t...):
jquerymobile.nativedroid.css
jquerymobile.nativedroid.dark.css
jquerymobile.nativedroid.color.green.css

So I copied their content and pasted them into new CSS files.

Then, they say that no theme must be selcted for this to work, so I assume they mean that we have to select the standard JQM theme.

Unfortunately it doesn't seem to be working properly and in the inspector pretty much all the nativedroid css instructions are crossed. What can I do?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

How can I implement NativeDroid themes?

Hi Chris,

You can delete jqm.css using source code editor: http://docs.appery.io/tutorials/sourc...

Or you can use JS: pre$("[href='files/resources/lib/theme/jqm/jqm.css']").remove();/preCall this code on page Load event.

Chris A
Posts: 0
Joined: Tue Feb 11, 2014 2:25 pm

How can I implement NativeDroid themes?

Hi Katya,

unfortunately it doesn't seem to be working. Any other ideas?

Thanks

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

How can I implement NativeDroid themes?

Hi Chris,

Any error in browser console http://docs.appery.io/documentation/d...?

Return to “Issues”