aboutsummaryrefslogtreecommitdiffstats
path: root/themes/README.md
blob: baf11ce286adccc68d25fc783c053c50a27f6014 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
CyanogenMod File Manager Themes
===============================

A package that contains extra themes for the CMFileManager application.

This package brings with the next themes:

 - Dark theme

For build new themes, developers should:

 - Create a new package that contains an activity with:
       * Permission: com.cyanogenmod.filemanager.permissions.READ_THEME
       * Action: com.cyanogenmod.filemanager.actions.MAIN_THEME
       * Category: com.cyanogenmod.filemanager.categories.THEME
 - Define the themes_ids, themes_names and themes_descriptions arrays-strings
   definitions for the themes that the package support.
 - Create a xxx_theme.xml for every theme that the package support, where the
   xxx is the id of the theme. Put your resources in this file, prefixing the
   resource with the id of the theme (xxx_). For a list of all supported
   resources see theme.xml in res/values of CMFileManager project.


This source was released under the terms of
[Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.html) license.

Visit [CyanogenMod Github](https://github.com/CyanogenMod) and [CyanogenMod
Code Review](http://review.cyanogenmod.com/) to get the source and patches.

Copyright © 2012 The CyanogenMod Project