This is my attempt to create a custom jQuery Mobile theme, that matches the Holo Light theme which make Android 4.0, an awesome ice cream sandwich. :)
The styles are based on Android Design's Style Guide
- Download latest source from here.
- Reference it on your HTML file and Voila!
Here is the code that make this awesome android makeover in your HTML file.
<link rel="stylesheet" href="themes/android-holo-light.min.css" />
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.1.0/jquery.mobile.structure-1.1.0.min.css" />
<script src="http://code.jquery.com/jquery-1.7.1.min.js"></script>
<script src="http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.js"></script>
Live demo is right here: Yes, it's right here (Make sure you resize the window to see it in action on desktop.)
Alternatively, you can scan this QR code by your smartphone and see it action right in your awesome phone.
Copyright 2012, Tharique Azeez
Dual licensed under the MIT licenses