Code Monkey home page Code Monkey logo

holo_cm11_new_theme_engine's Introduction

Holo_CM11_new_Theme_Engine

here is the tamplate of the cyanogenmod 11 with the new theme engine ... a big thanks to Esa Esa Laukkanen for share Great Freedom apk.

How it works ...

http://youtu.be/9SEDTtT93_0

Some documentations...

The directory structure looks like this:

AndroidManifest.xml
src/
res/
assets/
boot-animation/
fonts/
icons/
res/ (note: same dir structure as res/ in trebuchet icon packs)
wallpapers/
ringtones/
notifications/
alarms/
overlays/
[target-pkg-name1]
res/
drawable/
drawable-hdpi/
...
layouts/
xml/
[target-pkg-name2]
res/

A theme APK is identified by meta-value data in AndroidManifest.xml. Here is an example:

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.botty.testcm11">

    <uses-feature android:name="org.cyanogenmod.theme" />
    <meta-data android:name="org.cyanogenmod.theme.name" android:value="My Test Theme"/>
    <meta-data android:name="org.cyanogenmod.theme.author" android:value="Botty Ivan" />

    <application android:allowBackup="true"
        android:label="@string/app_name"
        android:icon="@drawable/ic_launcher"
        android:theme="@style/AppTheme">

    </application>

</manifest>

Click here to see the full documentation.

Good theming guys !!

holo_cm11_new_theme_engine's People

Contributors

bottyivan avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.