This is a migrated thread and some comments may be shown as answers.

Light theme for Android

7 Answers 279 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Chris Engelmann
Top achievements
Rank 1
Chris Engelmann asked on 09 Aug 2012, 01:40 PM
I'm very new to using Kendo-UI, and still considering making the switch from jQuery Mobile. I'm wandering if it's possible to have a "light" theme for Android, as opposed to the default "very dark." I saw one post about a themeroller for Mobile in the works, but is it possible to change between some built in themes, or something like that?

7 Answers, 1 is accepted

Sort by
0
Kamen Bundev
Telerik team
answered on 14 Aug 2012, 01:32 PM
Hi Chris,

No, we don't have a light theme directly available as a skin, however creating one will be very easy with the Mobile Theme Builder we're making (it is easy even now, as most styling needs only background colors to be changed). Here's an example I've done with it, based on the Kendo Overview Demo:
.km-android .km-view .km-content {
    background-color: rgb(229, 229, 229);
    color: rgb(51, 51, 51);
}
.km-android .km-view .km-content .km-listgroupinset .km-group-title .km-text {
    color: rgb(51, 51, 51);
}
.km-android .km-view .km-tabstrip .km-button {
    background-color: rgb(204, 204, 204);
}
.km-android .km-view .km-navbar {
    background-color: rgb(204, 204, 204);
}
.km-android .km-view .km-navbar .km-button .km-text {
    color: rgb(51, 51, 51);
}
.km-android .km-listview .km-list {
    border-top-color: rgb(153, 153, 153);
}
.km-android .km-view .km-content .km-list > li {
    border-color: rgb(153, 153, 153);
}
.km-android .km-view .km-content .km-listgroup .km-group-title .km-text {
    color: #333;
}
.km-android .km-view .km-content .km-list > li .km-switch .km-switch-container {
    background-color: #b2b2b2;
}


However you will need the latest styling to use it, so I'm attaching it to this post.

Regards,
Kamen Bundev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
moegal
Top achievements
Rank 1
answered on 11 Sep 2012, 12:06 PM
where is the mobile theme builder?
0
Kamen Bundev
Telerik team
answered on 12 Sep 2012, 01:28 PM
Hi Marty,

The Mobile ThemeBuilder will be released along with the Kendo UI Mobile service pack this week.

Kind regards,
Kamen Bundev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
moegal
Top achievements
Rank 1
answered on 12 Sep 2012, 01:35 PM
Kamen,

that sound great looking forward to seeing it

Marty
0
moegal
Top achievements
Rank 1
answered on 17 Sep 2012, 03:22 PM
Kamen,

any news on the release of the service pack?

I see some other products where released last week.

Thanks, Marty
0
Sebastian
Telerik team
answered on 17 Sep 2012, 03:49 PM
Hello Marty,

The Kendo UI Q2'12 service pack was published last week. Here is the official announcement.

Best,
Sebastian
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
moegal
Top achievements
Rank 1
answered on 17 Sep 2012, 05:38 PM
That looks really nice, it would be even better if there were a few skins created to see just how great they can look

Thanks,
Marty
Tags
General Discussions
Asked by
Chris Engelmann
Top achievements
Rank 1
Answers by
Kamen Bundev
Telerik team
moegal
Top achievements
Rank 1
Sebastian
Telerik team
Share this question
or